Stop fighting with stale data. See exactly why a request was served from cache and what headers are controlling it.
Unexpected caching can lead to 'zombie' bugs where fixed data doesn't appear for users, and debugging headers like 'Vary' or 'ETag' is tedious.
DevConsole highlights cached requests and provides a 'Cache Analysis' panel that explains why a certain policy was applied.
Look for the 'disk cache' or 'memory cache' tag in the request log.
Review the Cache-Control, Pragma, and Expires headers in a readable format.
Use the 'Clear Cache' button for specific endpoints to test how your app fetches fresh data.
Yes! DevConsole tracks requests intercepted by Service Workers and shows you what came from their storage.
It helps you see the network-level results of those libraries' caching strategies.
Explore more ways to use DevConsole to speed up your development
DevConsole is free during development. Join 5,000+ developers shipping better code.
Get Started Now