Open
Description
We don't have a lot of intuitive insight into ServiceWorkers and whether Network activity is ultimately serviced from Disk or Network.
It would be great if we could instrument the cache-fail points in network requests (e.g., you can imagine that the browser internally checks Cache header, ETag header, Expires header, etc. etc.. We can't get into Service Worker logic of course (since that's script-managed) but we could create a new panel (even a column) that indicates that we were appropriately serviced by the cache.
It would also be excellent to know why it's not coming from DiskCache when a ServiceWorker is present!