• Resolved wronski

    (@wronski)


    CURRENTLY

    We have W3 Total Cache installed on our wordpress site.
    Enabled: Page Cache and CDN
    Disabled: Object, Minify, Fragment, and Database

    ISSUE

    Our Cron Manager is showing these following scheduled items as DISABLED:

    
    Slug  Interval  Actions
    
    [W3TC] CDN queue process (disabled)
    w3_cdn_cron_queue_process
    0s
    
    [W3TC] CDN auto upload (disabled)
    w3_cdn_cron_upload
    0s
     
    [W3TC] Database Cache file GC (disabled)
    w3_dbcache_cleanup
    0s
     
    [W3TC] Fragment Cache file GC (disabled)
    w3_fragmentcache_cleanup
    0s
     
    [W3TC] Minify file GC (disabled)
    w3_minify_cleanup
    0s
     
    [W3TC] Object Cache file GC (disabled)
    w3_objectcache_cleanup
    0s
     
    [W3TC] Page Cache file GC (every 3600 seconds)
    w3_pgcache_cleanup
    1h
     
    [W3TC] Page Cache file GC (disabled)
    w3_pgcache_prime
    0s
    

    QUESTION

    Is this expected behaviour?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @wronski

    Thank you for reaching out and I am happy to assist you with this.
    As you can see, if the Setting is enabled that requires corn to run – the corn is enabled:
    Performance>Page Cache>Advanced> Garbage collection interval

    [W3TC] Page Cache file GC (every 3600 seconds)
    w3_pgcache_cleanup
    1h

    If the option that requires the corn is disabled, the corn will not run:
    Performance>Page Cache>Cache Preload.

    [W3TC] Page Cache file GC (disabled)
    w3_pgcache_prime
    0s

    SO this means that the corn is disabled simply because the options are not enabled, and therefore the corn is not firing.

    I hope this helps!

    Thanks!

    Thread Starter wronski

    (@wronski)

    Perfect. I was hoping that was the answer ?? Thank you!

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @wronski

    You are most welcome!
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabled cron job Cache processes’ is closed to new replies.