View Single Post
Old 12-18-2014, 06:02 AM  
Paz
Confirmed User
 
Paz's Avatar
 
Industry Role:
Join Date: Jun 2012
Posts: 457
Lots of good answers there. What happens if you have a timer at the bottom of your blog in footer.php such as;
Code:
	<?php echo '<!-- Number of Queries:'; echo (get_num_queries()); echo '   Seconds: '; timer_stop(1); echo '-->'; echo "\n"; ?>
Does anyone know if calls/lookups on plugins affect these numers (time and queries)? If so OP should be able to add this, switch plugins on and off and see how these are affected.

I also think hosting companies bullshit sometimes
Paz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote