- From: Ben Kelly <notifications@github.com>
- Date: Thu, 01 Dec 2016 12:05:31 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 1 December 2016 20:06:09 UTC
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