Why is wp-cron is taking up so many resources?

Posted by Gaia on Server Fault See other posts from Server Fault or by Gaia
Published on 2010-04-22T14:30:52Z Indexed on 2010/04/22 14:33 UTC
Read the original article Hit count: 262

Filed under:
|
|

From /var/logs/httpd/error-log:

` [Thu Apr 22 01:41:15 2010] [notice] mod_fcgid: call /var/www/vhosts/mydomain.com/httpdocs/wp-cron.php with wrapper /usr/bin/php-cgi

[Thu Apr 22 01:41:15 2010] [notice] mod_fcgid: server /var/www/vhosts/mydomain.com/httpdocs/wp-cron.php(17999) started

...The previous line shows up 8661 times... `

Whats in Cron?

` Apr 22, 2010 @ 18:25 (1271960731) Twice Daily wp_version_check

Apr 22, 2010 @ 18:25 (1271960731) Twice Daily wp_update_plugins

Apr 22, 2010 @ 18:25 (1271960731) Twice Daily wp_update_themes

Apr 23, 2010 @ 12:21 (1272025294) Once Daily wp_scheduled_delete `

Running CentoOS 5/plesk 9.3/php as FastCGI/suExec

Thanks in advance.

© Server Fault or respective owner

Related posts about Wordpress

Related posts about fastcgi