nav-left cat-right
cat-right

Show the Number of Queries and Load Time on a WordPress Site

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.

One Response to “Show the Number of Queries and Load Time on a WordPress Site”

  1. Is there a way to show the total load time of the page?

Leave a Reply