Feature Request: Disable Auto Cache Clear
-
Great plugin and works out of the box to speed my WordPress sites up where all the other caching plugins did not work or were far to complex to get working wasting a lot of my time.
One feature request I would like to make is:
Wordfence > Performance Setup > Cache settings
Checkbox ‘Disable Auto Cache Clear‘I think it’s unusual behaviour to auto clear the cache when the wp-admin page is used or a post is made. Result is to slow my site down and Cloudflare to not be able to find origin files causing not found errors!
In wordfence/lib/wfCache.php
I have commented out the:self::scheduleCacheClear();
lines of code throughout and can see from the contents of:
/wp-content/wfcache
the cache remains even after I admin my site which is preferred.Please consider having this as an option for your users, of course if a cache clear is required that button can already be pressed manually.
This would make Falcon Engine comparable to the other caching plugins functionality wise (next step would be db caching like W3 Total Cache)!
- The topic ‘Feature Request: Disable Auto Cache Clear’ is closed to new replies.