We just moved our site to godaddy hosting and the our zencart site http://www.boostpromotions.com/zen_new/index.php?main_page=index&cPath=63 takes a considerable amount of time loading the product pages.
Parse Time: 18.164 - Number of Queries: 7726 - Query Time: 17.2115788776
Why is there 7000+ queries? the page loads in minutes and we fear we might lose so many customers because of the page load time.
any recommendations or plugins for this?
I have seen sometimes 30-40k queries on this.
Typically this is caused by a developer making several queries for every product. I have seen several coders fetch the products_name for example when it can be in the initial DB query call.