• I have got a client running multiple add-on domains on a shared host. One site is getting attacked by bots which I resolved, but I cannot get the wp-cron.php to stop on one of the other sites.

    I checked the server stats and access logs, and I’m getting this repeatedly:
    POST /wp-cron.php?doing_wp_cron=

    Everything I’ve researched here is more than 4 years old.

    Anyone have any idea how to stop this? The site is going to be shut down by the host if I don’t get this under control.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dmahler

    (@dmahler)

    I have 5 WP installs on this clients hosting and none of the other 4 are doing this. Any ideas?

    Has anyone heard if any of these plugins might be causing the issue? These are the active plugins on the site causing the problem.

    Akismet
    AuthorSure
    Bad Behavior
    Broken Link Checker
    Cookie Law Info
    Disqus Comment System
    Growmap Anti Spambot Plugin
    Health Check
    Limit Login Attempts
    LinkWithin
    MP Share Center
    PHPEnkoder
    Polldaddy Polls & Ratings
    Premise
    Redirection
    Robots Meta
    Select Featured Posts
    Simple Trackback Validation
    SlideShare
    Social Media Widget
    Subscribe To Comments
    Tweet old post
    Twitter Goodies
    WordPress Database Backup
    WordPress Editorial Calendar
    WP Missed Schedule
    WP Security Scan

    Broken Link Checker – you can disable that and just run in manually every now and then. It used to use a lot of resources on my server. Alternatively, I think it lets you change the times it runs, so you can check the settings and see if you can make it once per week instead of every 15 minutes or whatever it’s default is.

    Simple Trackback Validation – I’m not familiar with this one but something similar to that I had once, which really consumed a lot of server resources, so I’d check this one and see how often it runs.

    WordPress Database Backup – how often have you set it to run, check that.

    Tweet old post – how often does this run? check that.

    Twitter Goodies – not sure what this is but if it tweets automatically to twitter, then it also uses wp-cron, so check how often it is doing it.

    WP Missed Schedule – dont know what this is, but it sounds like one that would use a cron job too.

    WP Security Scan – if this scans automatically at set intervals, then its also going to be using wp-cron.

    Here’s a post that I just finished reading that might help:
    http://www.boltwebhosting.com/wordpress-optimization/wp-cron-php-how-to-stop-it-from-running-frequently.html

    I’m also researching all the cron control type of plugins right now, and testing them all out on my site, so will update when I work out which one (or two) I think is the best, but yeah there was a lot of old plugins but I’ve found a few new ones too that I’m testing right now.

    Thread Starter dmahler

    (@dmahler)

    Thanks Happyches! Let me know what you discover!

    Debbie

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Cron.php Causing Excess Server Resources’ is closed to new replies.