You may want to see number of queries and page load time during testing your website. It’ll help you develop the website easily.
Instructions: Add the following code to any template file of your WordPress theme where you want to show number of queries and page load time information.
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.
You may also enjoy setting up download tracking in WordPress with Google Analytics.
[code] queries in seconds.[/code]
Comments Leave a Reply