WordPress的使用大量的CPU,不能停止

在Apache访问日志中,我发现所有连接都来自我自己的站点IP,并且每秒都会这样做。 任何想法可能会导致这个问题? 谢谢。

xx.xx.xx.xx.xx – [11 / Nov / 2010:12:30:26 -0800]“GET / blog / HTTP / 1.0”200 80604“ – ”“WordPress / 3.0.1; http:/ /domain.com/blog “

xx.xx.xx.xx.xx – [11 / Nov / 2010:12:30:27 -0800]“GET / blog / HTTP / 1.0”200 80604“ – ”“WordPress / 3.0.1; http: /domain.com/blog “

而且,mysql会每秒产生一个新的进程。 我已经禁用所有的WordPress插件,这个网站没有太多的stream量。

Id | 用户| 主机| db | 命令| 时间| 状态| 信息
| + —— + ———– + —————– + ———— ———- + ——— + —— + ——- + ————– —- +
| 3335 | dbuser | localhost | db_name | 睡眠| 0 | | |
| 3336 | dbuser | localhost | db_name | 睡眠| 10 | | |
| 3337 | dbuser | localhost | db_name | 睡眠| 9 | | |
| 3341 | dbuser | localhost | db_name | 睡眠| 8 | | |
| 3342 | dbuser | localhost | db_name | 睡眠| 7 | | |
| 3344 | dbuser | localhost | db_name | 睡眠| 6 | | |
| 3345 | dbuser | localhost | db_name | 睡眠| 5 | | |

++++修正了++++的问题
这是因为RSS小部件使用了错误的url

这可能会也可能不是你遇到的同样的问题,但杰夫·阿特伍德曾经博客关于 WordPress占用了疯狂的CPU数量之前。 从本质上讲,他发现的解决scheme是wordpress没有正确caching,并安装插件来提高caching性能。 WP-SuperCache似乎是最近更新的一堆。 你可能想看看是否给caching插件尝试解决你的问题。