Debug Mode
A single toggle. On, it makes the diagnostic report available and keeps it current. There’s no frontend behavior change and no performance cost to leaving this on; it’s safe to enable permanently and simply ignore until you need it.What the report contains
One click generates a plain-text report covering:- Core Aero settings: every Optimization-screen toggle and its current state
- Cache directories and file counts: what Aero has actually generated on disk
- Batcache configuration: the live
wp-config.phpvalues from Caching, if WP Stratos hosting configuration is in play - Flush triggers and last-run timestamps: exactly when each automated trigger last fired, useful for confirming a trigger is actually working rather than just enabled
- Purge order and schedule: current sequence and scheduled-flush settings, next and last scheduled run, and whether
DISABLE_WP_CRONis set - Edge Cache status: enabled/disabled, last backend status, Defensive Mode state
- Batcache status: a live browser probe of actual response headers, not just configuration
- Guest Mode and isolation: level, both isolation layers’ status, whether the wp-config snippet is detected
- Deployed mu-plugin modules: which mu-plugin files Aero has written and whether they’re present
- Server environment: PHP version, web server, relevant extensions
When to use it
Filing a support request
Filing a support request
Generate and paste the full report rather than describing your settings from memory. It answers most of the clarifying questions a support agent would otherwise need to ask, which materially speeds up resolution.
After a change that didn't behave as expected
After a change that didn't behave as expected
Check the relevant timestamp section, did the trigger actually fire when you think it did? Is the purge order what you configured, or did an edit not save? The report is a faster way to confirm the plugin’s actual state than clicking back through every screen individually.
Auditing a site you didn't originally configure
Auditing a site you didn't originally configure
If you’ve inherited a site, the debug report is the fastest way to understand everything Aero is currently doing without reconstructing it screen by screen.