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 size of production app using text compression/webpack settings #405

Open
jcolla-holla opened this issue Jul 24, 2020 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@jcolla-holla
Copy link
Contributor

jcolla-holla commented Jul 24, 2020

I ran some performance tests using Lighthouse on the staging app and got very low scores on performance, with some suggestions to improve this primarily by using some sort of text compression approach. See the full audit scores in link below:

lighthouse_staging_summary_2020_07_24.pdf

I found this article that might be a good starting point for quick wins by using some webpack options. More info here. And here for estimating loading gains by using text compression.

As a benchmark, these are the webpack file sizes, specifically looking at app.js which is 5.18 MB:

Screen Shot 2020-07-24 at 1 21 12 PM

Possibly more valuable techniques here

@jcolla-holla jcolla-holla added this to the Not v4 milestone Jul 24, 2020
@jcolla-holla jcolla-holla added the enhancement New feature or request label Jul 24, 2020
@jcolla-holla jcolla-holla self-assigned this Jul 24, 2020
@jcolla-holla jcolla-holla removed their assignment Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant