To see the number of queries and the load time of a page, add this PHP code to the footer of your site:
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.
To see the number of queries and the load time of a page, add this PHP code to the footer of your site:
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.