gyselroth / balloon-client-web

balloon web user interface
GNU General Public License v3.0
2 stars 5 forks source link

Too many assets in precache-manifest #232

Closed pixtron closed 5 years ago

pixtron commented 5 years ago

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