- From: Jake Archibald <notifications@github.com>
- Date: Mon, 04 Jul 2016 09:01:49 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Monday, 4 July 2016 16:02:21 UTC
@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