I'm trying to test the behaviour of my site on the assumption that the local disk cache is empty. I know that there are ways of clearing the cache and doing Ctrl-F5 etc each time, but there is also a "Disable Cache" checkbox in the Network tab that seems like it should do what I'm after... i.e. disable the cache.
But, when I clear the cache, enable that option, and F5-reload my site a couple of times, this is what I see:
The resource has been cached, and is being served from cache, despite "disable cache" being enabled! So what does this option actually do?
EDIT
Maybe this behaviour I'm seeing relates only to caching of service worker scripts? If you load this page (an example linked from this guide to service workers), at least for me the sw.js
file is fetched from disk cache even with "disable cache" enabled.