How do I show the time it took to render a page in wordpress?
How do I show the time it took to render a page in wordpress?
Look for this line on the footer.php
<!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->
Just remove the <!-- and -->
Someone correct me if Im wrong.
sometimes mine shows like 8 seconds when the page loaded in less than 1 or 2 seconds....confusing, eh?
This topic has been closed to new replies.