Re: [w3c/ServiceWorker] Soft Update seems way to aggressive (#1250)

Service worker's update model is different from a store's in a few ways:

1. There may be dramatically more service workers installed on a device for sites visited once or infrequently compared to apps installed from a store.
2. Service worker therefore does not proactively update anything so we don't incur cost for all service workers installed.
3. Checking for updates on navigation is an opportunistic method of only incurring update cost for sites the user actually cares about.
4. Service worker updates are performed at times the device is in active use already and would be performing network operations if the SW wasn't there.

-- 
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/1250#issuecomment-352517224

Received on Monday, 18 December 2017 18:31:36 UTC