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

    (@optimizingmatters)

    Those requests are done after clearing Autoptimize’s cache (either by clicking “save changes and purge cache” or by your page cache hooking into AO to clear cache) and are done to preload AO’s cache. You can disable that functionality with this code snippet;

    add_filter('autoptimize_filter_speedupper', '__return_true');

    hope this helps,
    frank

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    ah, small mistake, should obviously be:

    add_filter('autoptimize_filter_speedupper', '__return_false');

    frank

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