✳flâneur — a map of the web's best reading
Service worker registration
web.dev · 1,369 words · saved by 1 readers
Best practices for timing your service worker registration.
Home Articles Service worker registration Stay organized with collections Save and categorize content based on your preferences. Best practices for timing your service worker registration. Jeff Posnick Service workers can meaningfully speed up repeat visits to your web app, but you should take steps to ensure that a service worker's initial installation doesn't degrade a user's first-visit experience. Generally, deferring service worker registration until after the initial page has loaded will provide the best experience for users, especially those on mobile devices with slower network connect
Explore this link on the map →saved by
related reading
- The service worker lifecycle | Articles | web.devweb.dev
- A service worker's life | Workbox | Chrome for Developersdeveloper.chrome.com
- Service worker overview | Workbox | Chrome for Developersdeveloper.chrome.com
- Populating the page: how browsers work - Performance | MDNdeveloper.mozilla.org
- The service worker lifecycle | Articles | web.devweb.dev
- How's Linear so fast? A technical breakdownperformance.dev
- Service Worker API - Web APIs | MDNdeveloper.mozilla.org
- Handling navigation requests | Articles | web.devweb.dev
- ServiceWorkerGlobalScope: skipWaiting() method - Web APIs | MDNdeveloper.mozilla.org
- STRML: Chrome 56 Will Aggressively Throttle Background Tabsblog.strml.net
- The Conductor Rewrite: What They Changed to Make It Fastperformance.dev
- Use the Service Worker Static Routing API to bypass the service worker for specific paths | Blog | Chrome for Developersdeveloper.chrome.com