How To Show Number of Queries and Page Load Time in WordPress

por | 25 enero, 2018

in WordPress.

Simply paste the following code anywhere you like in your theme files (such as footer.php).

1
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.

And refresh the page. You will see the number of queries and the execution time.