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.

Leave a Reply