The OptimizeBuilder includes it’s own caching system to improve page load times. We automatically clear this cache when certain other caching plugins are cleared.
We are automatically clearing cache of the following:
- Kinsta cache
- WP Rocket plugin
- Litespeed
- Siteground
- Purge cache through HTTP request (Useful with SiteGround cache, LiteSpeed cache plus all other Nginx Direct Content caches)
If you need to hook into this to clear our cache, use the following information:
We have a hook in place for external developers to hook in if they need to clear all cache (usually happens on Clear Op3 Cache button click and when any setting is saved inside Builder, Mentor, Funnels or Dashboard plugins)
do_action('op3_clear_all_cache');