Forums

wp-cron.php : what does it do ? (8 posts)

  1. somebaudy
    Member
    Posted 7 months ago #

    wp-cronp.php is using 10% of my mediatemple GPU current usage (not 10% of my quota).

    I would like to understand know. I would like to know what is wp-cron.php doing in a wp install. is it something related to the scheduled posts ?

    Thanks in advance !

  2. stvwlf
    Member
    Posted 7 months ago #

    Hi

    Not an authoritative answer, but here is a plugin that lets you monitor scheduled WP cron jobs.

    http://wordpress.org/extend/plugins/cron-view/

  3. aicos
    Member
    Posted 3 months ago #

    I'm also a bit confused here. I thought WordPress already has a cron system built in. There is hardly any info on the front page for this plugin.

    Should this plugin be used as a replacement to the existing wp-cron?

  4. whooami
    Member
    Posted 3 months ago #

    no, aicos.

    the plugin page says,

    This plugin adds a page in the admin area where you can see all the queued Cron events, when they are due, which schedule they are on (or if they are one off) and which hook they will call. Future development might include:

    * Removing Cron events
    * Seeing which functions/methods are currently called by which hooks
    * Manually adding Cron events
    * Editing Cron events

    It does exactly what the OP wants -- to see what wp's cron is doing.

  5. aicos
    Member
    Posted 3 months ago #

    ok, thanks for the explanation. When I said the plugin page, I mean't this one:

    http://wordpress.org/extend/plugins/wp-cron/

    All it says is - periodic execution of actions.

  6. n2fisher
    Member
    Posted 1 month ago #

    So the question remains unanswered -- what is it doing being executed so often? Is this an attempt to hack my blog? Should I do something to cut off the huge amount? I got 31000 hits to wp-cron last month, or 11% of my pageviews. I don't use the "publish post in the future" feature often, so there's not much of a reason for the system to be doing anything there.

    Checking stats back in April wp-cron was not used at all (or at least didn't hit the top 10 page accesses)

  7. samboll
    moderator
    Posted 1 month ago #

    cron's are scheduled stuff
    db back ups, email postings

    explanation
    http://blog.slaven.net.au/archives/2007/02/01/timing-is-everything-scheduling-in-wordpress/

  8. n2fisher
    Member
    Posted 1 month ago #

    I just checked my server log, and all accesses originate from my server, so it's something that is used internally to WP and not some kind of hack attack.

Reply

You must log in to post.

About this Topic