• Resolved ifahim92

    (@ifahim92)


    I am using Autoptimize on my site. Daily getting email “Autoptimize chache size warning” which I dont want get in my mail. could you pls help to stop sending mail.

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

    (@optimizingmatters)

    Sure, here are 2 possible solutions:
    1. reconfigure Autoptimize to keep cache size under control (disabling “also aggregate inline CSS” and “also aggregate inline JS” usually does the trick)
    2. OR ignore the warnings (which actually indicate bigger issues) and use this code snippet:

    
    add_filter('autoptimize_filter_cachecheck_sendmail', '__return_false');

    I bet you can guess which of these options I think is better? 😉

Viewing 1 replies (of 1 total)

The topic ‘Stop Autoptimize chache size warning alert’ is closed to new replies.