Skip to main content

Debug Tools

What it does

Debug Tools help you prove whether Nitro is involved in a front-end problem without deactivating the plugin.

The kill switch turns off Page Cache, Minify, Delay JS, Async CSS, Smart Images, Lazy Render, Speculation, font hints, and WordPress Cleanup speed tweaks. It does not remove the Defer Video module, license, or saved settings. Turning it on also clears Page Cache, Minify cache, and Divi CSS cache.

Where to find it

Divi Engine → Nitro Settings → Debug

Settings

SettingTypeDefaultWhat it does
Temporarily disable Nitro performanceToggleOffKill switch described above. Use for support, then turn it off
Enable Page Cache debug loggingToggleOffWrites HIT/MISS/STALE, store/split, Theme Builder purges, region rebuilds, and warm jobs as JSON lines. Sensitive values are masked; HTML bodies are not stored
Page Cache debug logsViewerCopy or export divi-nitro/page_cache_debug.log in uploads

Temporarily disable all performance features

  1. Enable the temporary disable option.
  2. View the site logged out (incognito).
  3. If the problem disappears, Nitro settings are involved — clear caches, then re-enable features one at a time (or apply the Safe preset).

Page Cache debug logging

  1. Enable logging.
  2. Reproduce the page visit logged out.
  3. Open the log viewer, then copy or export for your notes or for support.
  4. Turn logging off when you are finished (it writes on every cached request).

What's Next