Frage

I need a chrome or Firefox add on (or other method) to determine when the content I am viewing is loaded from Local browser cache or from the web server. Preferably breaking down each item as an image may be cached while other content on the same page may be from the server depending on expiry times and other headers.

War es hilfreich?

Lösung

As Geezer68 mentioned, you can use the Chrome Developer tools. Specifically, use the Javascript Console's Network tab and view the Size field which will specify (from cache) when the browser cache returns the content requested.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top