Re: [w3c/ServiceWorker] allow service worker produced resources to be marked as "cachable" (#962)

FWIW, it seems chrome does not consult the service worker on stylesheets in its memory cache.  If you run this in chrome 54:

https://github.com/samertm/firefox-sw-perf

You can see that navigating to the same page again within the same process does not fire FetchEvent's to the service worker for style sheets.  Instead the style sheets are served from a higher level memory cache.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/962#issuecomment-264279456

Received on Thursday, 1 December 2016 20:06:09 UTC