View Single Post
  #5 (permalink)  
Old 03-26-2007, 02:32 PM
Simon Simon is offline
Constant Pligger
 
Join Date: Mar 2006
Posts: 575
Thanks: 14
Thanked 126 Times in 61 Posts
There were a number of changes in the latest svn as opposed to 9.1 - i've been following them myself and they have reduced query counts. I have also done a bit of hardcoding on my installation to reduce some of the functions (that contain queries) being called on the main pages.

I think Ash said he will be doing further optimisation shortly, so i'd hope to see the query count drop further.

Btw, maybe a nice debugging feature / plugin would be to display the number of queries per page (like Wordpress does for example)....oh wait there is one [ $db->num_queries ] - my front page is currently calling the database 41 times. It's not great, but even more established applications like wordpress can output more than that. If you add to that the "extras" like top stories and queued news (which I removed) then it all adds up.
__________________


Last edited by Simon; 03-26-2007 at 03:12 PM..
Reply With Quote