You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: