- From: Ben Kelly <notifications@github.com>
- Date: Tue, 08 Feb 2022 08:01:47 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 February 2022 16:02:03 UTC
I have run into a case where declarative routing avoiding "FetchEvent dispatch for resources that will always hit network" could help: https://bugs.chromium.org/p/chromium/issues/detail?id=1293176#c11 In this case a dev environment with unbundled modules is triggering 1000+ requests on load. The FetchEvent processing is maxing out the SW thread. Just offering this as a data point about where performance benefits might actually start to kick in for this kind of feature. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1373#issuecomment-1032770096 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1373/1032770096@github.com>
Received on Tuesday, 8 February 2022 16:02:03 UTC