• POST /wp-cron.php?doing_wp_cron HTTP/1.0

    load my cpu over 9 of 16 cores and spend a lot of memory often killed my server and reboot apache server .. I am remove wp-cron.php from my wordpress website but still see their process POST /wp-cron.php?doing_wp_cron HTTP/1.0

    I don’t need this process POST /wp-cron.php?doing_wp_cron HTTP/1.0 killed my server again how to remove or stop /wp-cron.php ?

    All plugin list on my website: WP 3.2.1
    Advertisement Management 1.0
    Select Blogroll to Page Blogroll to Page 1.0
    Category Posts Widget 3.3
    Facebook Like Box 2.1
    Facebook Page Publish 0.3.9
    Image Widget 3.2.8
    Restrict Categories 3.2
    Simple Tags 2.1.2
    W3 Total Cache 0.9.2.4
    WordPress SEO 1.0.3
    WP-CopyProtect [Protect your blog posts] 2.1.0
    WP-PageNavi 2.8.1
    WP Auto Tagger 1.3.3
    Yet Another Related Posts Plugin 3.3.3

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dohewme

    (@dohewme)

    No body can help?

    Hi I have the same problem, because my server carry maybe 50 wordpress installations, the automatic updates for plugins and wordpress is run via Cron, and it is making my server load extremely high, even freeze and need a hard reboot at times…

    My server support told me that was the problem, but they would not help me solve it since thats not part of the support service!

    Is it really not possible to kill og disable these cron jobs? I am no wizard so I thought I would ask in here…

    Regards Mysik

    Moderator cubecolour

    (@numeeja)

    Edit wp-config.php & add the line

    define('DISABLE_WP_CRON', true);

    For the above to work you need to incorporate the line:

    define('DISABLE_WP_CRON', true);

    somewhere between the lines 30 and 40 in wp-config.php, otherwise it won’t have any effect.

    Thanks for that code, cubecolour – and for the directions on where to properly paste it, TJ02.

    I have been trying to solve this puzzle for days. I don’t think I had the issue because of WP-Cron. But apparently I had installed some plugin that left something around. Because I have a dozen wordpress sites on the same server and I was only experiencing this issue with one site.

    Thanks again for helping us sort out why my wordpress URL sometimes appends /?doing_wp_cron=

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to kill POST /wp-cron.php?doing_wp_cron HTTP/1.0’ is closed to new replies.