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

@bmaurer 

Thanks! Is there any server rendering of dynamic content going on here, or is content added to the page using JS? If it's the former, a [streaming solution](https://jakearchibald.com/2016/streams-ftw/#streaming-results) seems a better fit. If it's the latter, could `<link rel="preload">` start warming up the server as the shell is booting up?

---
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-230319640

Received on Monday, 4 July 2016 16:02:21 UTC