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.