• Resolved aaronrobb

    (@aaronrobb)


    The error message in the admin “Autoptimize’s cache size is getting big” won’t go away. My cache is at 1%, so that’s not the issue. I don’t have “Also aggregate inline js/css” clicked at all.
    And i’m on cloudflare.

    Any other suggestions of how to remove this message?

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    go to <yoursiteurl>/wp-admin/options.php, look for autoptimize_cachesize_notice, remove the 1 there and save your change (button at the bottom) and all should be fine. alternatively you can enforce this with this oneliner as well;

    update_option("autoptimize_cachesize_notice",false);

    hope this helps,
    frank

    • This reply was modified 7 years, 1 month ago by Optimizing Matters. Reason: options.php not config.php
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t get rid of “Autoptimize’s cache size is getting big” message’ is closed to new replies.