WP 3.0.2 CPU throttling
-
Hi.
I have a blog on Bluehost and I’ve CPU throttling since last friday. FastCGI is enabled, database repared and optimized, WP SuperCache enabled and no new plugins installed in last few weeks.
Looking at mysql_slow_queries log, I found this.
# Mon Dec 6 13:20:32 2010 # Query_time: 14.233566 Lock_time: 0.050343 Rows_sent: 5 Rows_examined: 212 use macmedi1_wrdp1; SELECT p.post_title, p.comment_count, p.post_date, p.ID, COUNT(tr.object_id) AS counter FROM wp_posts AS p INNER JOIN wp_term_relationships AS tr ON (p.ID = tr.object_id) INNER JOIN wp_term_taxonomy AS tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) WHERE (tt.taxonomy = 'post_tag' AND tt.term_id IN ("176", "42", "55", "10", "70")) AND p.ID <> 305 AND p.post_status = 'publish' AND p.post_date_gmt < '2010-12-06 21:20:18' AND p.post_type = 'post' GROUP BY tr.object_id ORDER BY counter DESC, p.post_title DESC LIMIT 0, 5 # Mon Dec 6 13:20:38 2010 # Query_time: 19.074759 Lock_time: 0.050334 Rows_sent: 5 Rows_examined: 1364 use macmedi1_wrdp1; SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE post_date < '2010-12-06 21:20:19' AND 1=1 AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 5 # Mon Dec 6 13:20:38 2010 # Query_time: 15.825190 Lock_time: 9.271190 Rows_sent: 5 Rows_examined: 1364 use macmedi1_wrdp1; SELECT DISTINCT wp_posts.*, (meta_value+0) AS views FROM wp_posts LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE post_date < '2010-12-06 21:20:22' AND 1=1 AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER BY views DESC LIMIT 5 # Mon Dec 6 13:20:42 2010 # Query_time: 5.250371 Lock_time: 1.397037 Rows_sent: 16 Rows_examined: 16 use macmedi1_wrdp1; DESC wp_comments
It’s clear that the times are totally exaggerated. As the only change (but not on Friday) was the upgrade to 3.0.2, can this be the cause?. Honestly I don’t know what else I can check.
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP 3.0.2 CPU throttling’ is closed to new replies.