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

Reduce loading time by splitting the .js files. #7

Open
simonsasse opened this issue Jan 18, 2023 · 0 comments
Open

Reduce loading time by splitting the .js files. #7

simonsasse opened this issue Jan 18, 2023 · 0 comments

Comments

@simonsasse
Copy link
Member

simonsasse commented Jan 18, 2023

The web app loads up to 7 seconds and this is probably due to the enormous size of the flutter.main.js file (2.26mb).
To reduce the loading time this blog article suggests to split up the .js files into pages. This, should reduce the loading time. 🚀

Also reducing the wasm bundle size is supposed to reduce initial loading time.

Here is another blog article: link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant