To analyze the pages performance
go to. Www.gtmetrix.com From there you enter the nbrc.us and it will analyze the page.
Here are three plug-ins that were added to improve page loading. GoDaddy support recommended them.
- Smush It
- Fast Velocity Minif
- A3 Lazy Load
This is a very important block on the Participant Template so that it doesn’t get lost! This is how I control the test for Display Phone or Email.
- @name pdb single template default
- @version 2.0
- default template for displaying a single record
*
*/
if ( $this->participant_id > 0 ) :
?>
- default template for displaying a single record
have_groups() ) : $this->the_group(); ?> group->print_title( ‘
‘, ‘
‘ ) ?> group->print_description() ?> have_fields() ) : $this->the_field(); ?> field->name === “phone” and $this->participant_values[“show_phone”] === “No” ) { $this->field->value = “Not Available” ; } if ( $this->field->name === “cell_phone” and $this->participant_values[“show_phone”] === “No” ) { $this->field->value = “Not Available” ; } if ( $this->field->name === “work_phone” and $this->participant_values[“show_phone”] === “No” ) { $this->field->value = “Not Available” ; } if ( $this->field->name === “email” and $this->participant_values[“show_email”] === “No” ) { $this->field->value = “Not Available” ; } ?> get_empty_class( $this->field ); ?> field->print_label() ?> field->print_value() ?>
<p class="alert alert-error"><?php echo $error_message ?></p>
<?php endif