• Resolved Jason R Weed

    (@jasonrweed)


    Hi Frank,

    I have a similar issue to the thread found here: https://wordpress.org/support/topic/cache-too-big

    The cache was just over a half a Gig so I cleared it and checked the files on the FTP server and they had indeed been deleted.

    However, the warning still persists. I see in the DB there is a field for autoptimize_cachesize_notice but it has no value.

    I’m running AO 2.0.2

    I did try de-activating and deleting the plugin but upon re-install the warning still shows up.

    There are currently 47 files, totalling 19009 Kbytes in the cache and I checked the FTP site and there are indeed that few files.

    How can I get the warning to go away?

    Thanks for your help!
    Jason R Weed

    https://wordpress.org/plugins/autoptimize/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    no idea why this is happening I’m afraid Jason. if you’re up for it I could create a debug-version of classlesses/autoptimizeCacheChecker.php to better understand what is happening.

    a quick & dirty solution would be to disable the cachechecker with this code snippet;

    add_filter('autoptimize_filter_cachecheck_do','nocachecheck');
    function nocachecheck() {
      update_option('autoptimize_cachesize_notice','');
      return false;
    }

    let me know how you want to proceed and/or if the code snippet works for you.

    frank

    Thread Starter Jason R Weed

    (@jasonrweed)

    Hi Frank,

    Thanks for the response.

    What would the debug-version entail? This is running on our live college website.

    Jason

    Thread Starter Jason R Weed

    (@jasonrweed)

    Hi Frank,

    Sorry for the trouble. This must have been a Varnish caching issue. The warning is gone now and I haven’t touched anything else.

    Thanks for being willing to debug with me. 🙂

    Blessings,
    Jason R Weed

    Plugin Author Frank Goossens

    (@futtta)

    happy it works! 🙂

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

The topic ‘Cache size warning’ is closed to new replies.