- From: Ben Kelly <notifications@github.com>
- Date: Tue, 08 Feb 2022 07:56:39 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 February 2022 15:56:51 UTC
FWIW, I think I have run across an actual case where multiple service worker threads could offer a performance boost: https://bugs.chromium.org/p/chromium/issues/detail?id=1293176#c11 Here someone is loading a dev environment with unbundled modules. Its hitting the SW with 1000+ requests on load. From tracing it appears the SW thread is being maxed out and becoming a bottleneck. Just offering this as a data point as to when it might make sense to do this from a performance angle. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/756#issuecomment-1032764634 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/756/1032764634@github.com>
Received on Tuesday, 8 February 2022 15:56:51 UTC