Hi, hope you can help with a problem on http://www.threesheetsnorthwest.com/devblog.
It is taking a very long time to load the site. I'll preface my question with the admission that I'm very new to php and sql.
I looked at the error log and this is an example of what I'm seeing:
[17-Aug-2009 20:17:59] WordPress database error MySQL server has gone away for query SELECT SQL_CALC_FOUND_ROWS wp_1_posts.* FROM wp_1_posts INNER JOIN wp_1_term_relationships ON (wp_1_posts.ID = wp_1_term_relationships.object_id) INNER JOIN wp_1_term_taxonomy ON (wp_1_term_relationships.term_taxonomy_id = wp_1_term_taxonomy.term_taxonomy_id) WHERE 1=1 AND wp_1_term_taxonomy.taxonomy = 'category' AND wp_1_term_taxonomy.term_id IN ('0') AND wp_1_posts.post_type = 'post' AND (wp_1_posts.post_status = 'publish') GROUP BY wp_1_posts.ID ORDER BY wp_1_posts.post_date DESC LIMIT 0, 4 made by require, require_once, include, WP_Query->WP_Query, WP_Query->query, WP_Query->get_posts
[17-Aug-2009 20:17:59]
WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, WP_Query->WP_Query, WP_Query->query, WP_Query->get_posts [17-Aug-2009 20:17:59] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_1_terms AS t INNER JOIN wp_1_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('link_category') AND tt.count > 0 ORDER BY t.name ASC made by require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_Links->widget, wp_list_bookmarks, get_terms
[17-Aug-2009 20:17:59]
WordPress database error MySQL server has gone away for query SELECT DISTINCT p.id AS id, post_title, start, u.user_nicename AS author, allday FROM wp_1_ec3_schedule s LEFT JOIN wp_1_posts p ON s.post_id=p.id LEFT JOIN wp_users u ON p.post_author = u.id WHERE p.post_status='publish' AND end>='2009-08-17 00:00:00' ORDER BY start LIMIT 5 made by require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, ec3_widget_list, ec3_get_events
I'm wondering if this is related to the slow loading time, or if I have another problem.
One point to make clear which could be causing some of this (or not). I created /devblog to work on a new theme for primary blog. To populate the content, I imported posts from the main blog. Also, the theme I'm using uses thumb.php to dynamically resize images. Per the support forums on WooThemes, I hard coded the path to the image files as a work around.
All that said, any ideas what's going on?