Your database is taking 14.11 of the 14.58 seconds used for the whole thing.
While 2380 queries might sound like a lot, there are thousands of well-tuned (even "shared") webservers out there that can handle five times that many queries in less than a second.
Your database is definitely the bottleneck.
While you might find it fun to get into a debate about how many queries it takes to draw the page, there are many technical reasons why it's like that, some of them grandfathered by os commerce. Newer versions of Zen Cart are progressively reducing the number of queries needed, and one of the big features of the upcoming v2 is a huge reduction in number of queries as a result of rewriting a large part of the core files. But, that rewrite won't help you today. So let's not get hung up on query numbers for now, at least as far as original Zen Cart core code is concerned.
You might have poorly written addons that are causing extra queries, but that's something I can't help you with, because there's no way for any of us to know what ways you've changed the core code, either by customizing it or installing addons.
There are several system settings you can change to reduce queries, but only if they relate to features you're not using.
There are a couple FAQ articles talking about performance tuning, including those system settings. One of them is the very first article in the FAQs section: http://www.zen-cart.com/content.php?...eed-up-my-site
and a more advanced technical document for server admins: http://www.zen-cart.com/content.php?...er-Tuning-Tips


Reply With Quote

