Sequential purge order
Whenever “Flush All Caches” runs (manually, from the admin bar, or on a schedule), each layer purges strictly in the order shown, drag-and-drop to reorder. The default is innermost-out:- Aero (minified CSS/JS)
- Batcache (object cache + full pages)
- Edge (CDN edge nodes)
Scheduled cache clearing
A separate, optional safety net: run the full sequential flush automatically via WP-Cron at a set interval, independent of whether any of the automated triggers on the Cache screen fired.
The screen shows both the next scheduled run (in UTC) and the last completed run, which is worth checking if you suspect WP-Cron itself isn’t firing reliably, a common issue on low-traffic sites since WP-Cron is triggered by page visits by default.
If
DISABLE_WP_CRON is set in wp-config.php, scheduled flushing depends on your server’s real cron hitting wp-cron.php directly. Check the Debug report if scheduled flushes aren’t running when expected.