Re: [w3c/ServiceWorker] Making a concurrent request for navigations (#920)

@jmuransky, that's not solving the problem that we're trying to solve here. The idea here is that we still want the service worker code to run and be able to process the result of the network fetche. We just want said fetch to go out to the network earlier, before we've incurred the cost of starting the service worker. This is somewhat similar to the optimization talked about at https://code.facebook.com/posts/1675399786008080/optimizing-facebook-for-ios-start-time/.

-- 
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/920#issuecomment-258906800

Received on Monday, 7 November 2016 17:44:49 UTC