Why is wp-cron 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/05/15
            7:56 UTC
        
        
        Read the original article
        Hit count: 350
        
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...
What's 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 with WP 2.9.2
Thanks in advance.
© Server Fault or respective owner