Re: [slightlyoff/ServiceWorker] Eliminating SW startup latency for common case (#920)

> I know it isn't a complex app, but I wouldn't go pushState on my blog, but I would use this concurrent fetch feature. With pushState I'd lose all the performance I get through progressive rendering - although we could fix that by exposing the streaming parser to pages.

Maybe you could solve this by making the pre-flight request a cacheable resource. That way if the user has visited that specific page on your blog within a timeframe you define the request would never hit your server.

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

Received on Monday, 1 August 2016 02:04:45 UTC