There are ~930 assets in the precache manifest, most of them are locale files which the user never wont use.
Also all the precaching requests for all assets are executed at the same time. In chrome this leads to blocking subsequent xhr requests (for example login request to /api/v2/tokens)
Describe the bug
There are ~930 assets in the precache manifest, most of them are locale files which the user never wont use.
Also all the precaching requests for all assets are executed at the same time. In chrome this leads to blocking subsequent xhr requests (for example login request to
/api/v2/tokens
)To Reproduce
Load the app see network inspector.
Expected behavior
Remove assets not necessary.
Environment
Additional context
Probably related to #202