by drbyte » May 4th, 2011, 11:42 am
Hi
Add this to the footer of your theme and report back with the numbers ( right click and view page source...loot at the bottom . it should say something like this : <!-- 10 queries. 0.445 seconds. -->
the code: <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
Other things you can do:
Deactivate and delete plugins that you don't use
Optimize you database/ you might need to manually delete some tables that been created by some plug ins. (You need to back up your database first)
Contact your hosting company and ask them to increase the max allowed packet (The MySQL variable 'max_allowed_packet = 32M') from 8 to 32. They usually have it at 8MB...that's low for heavy traffic sites. 32MB is OK, unless you have your own BOX
Check your error_log if you have access to your root Dir. If the File is huge then your theme is broken.
Maybe this will work too:
Within your admin panel, go to Settings, Permalinks, and just hit the Save settings once. (If you have it customized)
Report back with the queries request first
Sam