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

Review bundle size #129

Open
nickbclifford opened this issue Apr 21, 2020 · 3 comments
Open

Review bundle size #129

nickbclifford opened this issue Apr 21, 2020 · 3 comments

Comments

@nickbclifford
Copy link
Member

nickbclifford commented Apr 21, 2020

image
Currently, this happens when compiling with ng build, meaning we're going over on our bundle size. We should take a look at trying to reduce this, likely with the help of #24.

@nickbclifford
Copy link
Member Author

I'm dumb and thought this referred to memory used during compilation, updated for what it probably should be instead.

@sbaumohl
Copy link
Member

this comes from the web dev test.

more info here.

@sbaumohl
Copy link
Member

By lazy loading many of the modules, and separating pages into modules, we were able to cut .5 MB from the bundle.

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