Summary
ServiceWorkerRegistration registers eagerly on every page load, even for routes that don't benefit from offline support.
Affected area
src/components/ServiceWorkerRegistration.tsx
Steps to reproduce
Initial route bundles SW support early; check Network waterfall.
Expected behaviour
Register SW after first user interaction or via requestIdleCallback.
Acceptance criteria
Summary
ServiceWorkerRegistrationregisters eagerly on every page load, even for routes that don't benefit from offline support.Affected area
src/components/ServiceWorkerRegistration.tsxSteps to reproduce
Initial route bundles SW support early; check Network waterfall.
Expected behaviour
Register SW after first user interaction or via requestIdleCallback.
Acceptance criteria