Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many assets in precache-manifest #232

Closed
pixtron opened this issue Jun 26, 2019 · 0 comments
Closed

Too many assets in precache-manifest #232

pixtron opened this issue Jun 26, 2019 · 0 comments

Comments

@pixtron
Copy link
Member

pixtron commented Jun 26, 2019

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

  • web-client version: 3.2.0
  • balloon server version: N/A
  • Deployed as: N/A
  • client os: N/A
  • browser: N/A

Additional context

Probably related to #202

@pixtron pixtron added the bug label Jun 26, 2019
pixtron added a commit that referenced this issue Jun 26, 2019
pixtron added a commit that referenced this issue Jun 26, 2019
pixtron added a commit that referenced this issue Jun 26, 2019
@raffis raffis closed this as completed Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants