6 thoughts on “Autoptimize 2.4 finally released”

  1. Is there a way to not have to “listen” to other cache plugin for Autoptimize to clear its cache? I managed to optimize my site without any cache plugin (only Autoptimize) and would love the ability to Autoptimize to automatically clear its cache after reaching certain size. Or once a week / month.
    Thank you for your hard work! Appreciate it as always

    Reply
    • yes, you can use this code snippet;

      add_filter('autoptimize_filter_main_hookpagecachepurge','__return_false');

      but if you have not page cache, this is useless, the listening does not “cost” anything 🙂
      auto-clearing cache is not a good idea, bu( in the FAQ some external solutions are listed.

      Reply

Leave a Reply to ram Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.