Forums
Home / Fixing WordPress / How to show render time?
(@sithicus)
19 years, 8 months ago
How do I show the time it took to render a page in wordpress?
(@junior466)
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.
(@philpeeps)
sometimes mine shows like 8 seconds when the page loaded in less than 1 or 2 seconds….confusing, eh?