ISP Claims WP is Spiking System Resources -How?
-
I have a relatively small blog with 260 total blog posts. I have the following 4 plugins loaded:
– Semiologic CMS
– Structured Blogging
– List Posts in Category by Chris McCafferty
– AkismetI have a little over 800 comments and 95 akismet spam entries in the 5 months the blog has been active. I have an average of 320 visits a day to my site.
My ISP claims that WP is spiking the system resources on the server for very brief periods. They have not been able to isolate the problem, but they have given me one MySQL query they claim could have been problematic. They claim this query took 22 seconds:
SELECT^M
comments.*, posts.*^M
FROM^M
wp_comments as comments^M
INNER JOIN^M
wp_posts as posts^M
ON posts.ID = comments.comment_post_ID^M
WHERE^M
posts.post_date_gmt <= ‘2006-05-17 17:51:00’^M
AND posts.post_password = ”^M
AND comments.comment_approved = ‘1’^M
AND^M
(^M
posts.post_status = ‘publish’^M
OR^M
posts.post_status = ‘static’^M
)^M
AND comments.comment_date >= ‘2006-05-07 00:00:00’^M
GROUP BY^M
posts.ID^M
ORDER BY^M
comments.comment_date DESC;As far as I know, I haven’t modified the comments at all. They (Inmotionhosting.com) are threatening to take down my server unless I fix this problem. Does anyone know if this level of usage would cause a large shared server issues, and more specifically, how can I fix this? Is anyone aware of whether these plugins are system resource intensive?
Thanks in advance.
- The topic ‘ISP Claims WP is Spiking System Resources -How?’ is closed to new replies.