-
Notifications
You must be signed in to change notification settings - Fork 33
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
Optimize JS bundle and try to reduce its size #446
Comments
Hi @ishubin, if this issue is still relevant, I can take a look into it. |
Hey @eugef , that would be great! Honestly I don't remember all the details and I am not even sure what the acceptable client-side js bundle size is for such kind of application. I did look into this issue about a year ago and I remember that the largest library was a css processor. . Next largest one I think was lodash. I already did some optimizations to lodash by switching from global import ( Right now the complete production bundle for Schemio is around 1.6 MB and for standalone player (without editor) - 588K. So, again, I don't know what the acceptable bundle size is for such an application. What do you think? |
Hi @ishubin I have quickly analysed the The only obvious problem I've notices is indeed usage of monolithic |
Thanks for the check @eugef , I thought I got rid of global lodash import. I guess I was wrong. |
No description provided.
The text was updated successfully, but these errors were encountered: