Skip to content

Make service worker fetch updates in parallel #2777

Open
@RichDom2185

Description

@RichDom2185

Following code-splitting, we now have a lot of independent bundles. However, the service worker fetches all of them only sequentially:

image

This results in the exceedingly long time before any update is fully downloaded (and the app is ready to update). It would be great if the service worker can fetch the assets in parallel.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions