Why is wp-cron is taking up so many resources?
- by Gaia
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.