• Ramanan

    (@superpoincare)


    I use the plugin WP-Crontrol to see cron events.

    Usually it shows arguments (which is a number) for the hook name “w3_pgcache_prime” with actions “W3TC\PgCache_Plugin->prime()”. The argument is the one in the page prime settings for number of pages in one priming.

    Unfortunately since the latest update 0.9.7, this isn’t the case, meaning priming isn’t happening, ie the cron is not working properly.

    Have also checked manually that cron isn’t working correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin code in PgCache_Plugin_Admin for the prime() function has changed from version 0.9.6. The priming offset into the sitemap is now maintained in the wordpress option table in the database. The cron event for the page prime offset is no longer required and has been removed.

    update_option( ‘w3tc_pgcache_prime_offset’, $next_offset, false );

    Thread Starter Ramanan

    (@superpoincare)

    Hi wmiles,

    Thank you.

    Does that mean priming works? It seems to (contrary to what I say in my previous comment) but I am not sure 100% still.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cron not working’ is closed to new replies.