• Resolved crankin91

    (@crankin91)


    Autoptimize is emailing me roughly every minute to let me know the cache is oversize. Is there any way to to turn OFF this notification?

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

    (@optimizingmatters)

    there are 2 issues here crankin91;
    * there’s a bug in 2.4.2 which results in the cachechecker running way to frequently (it’s supposed to run 2 times per day). this was fixed in what will become 2.4.3, which you can download from GitHub & install instead of the current faulty one.
    * you can disable mails being sent with this code snippet;

    add_filter('autoptimize_filter_cachecheck_sendmail','__return_false');

    hope this helps,
    frank

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The current version (released yesterday) should fix the too frequent sending of those mails. The filter is still useful if you don’t want those receive those mails at all ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cache size emails’ is closed to new replies.