문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top