Replies: 3 comments
-
Have you checked your packages against bundlephobia? Create a branch and start removing stuff, commit, and lighthouse test. |
Beta Was this translation helpful? Give feedback.
-
I agree with @decimoseptimo , from my experience what you have is far too much but it sort of depends on what you're trying to accomplish. Also, make sure to get your site behind a CDN or something similar, HTTP2, compression, etc. That will give you the most realistic result in lighthouse. |
Beta Was this translation helpful? Give feedback.
-
Removing a bunch of packages help my score a little bit, but changing the way my fonts were loaded and pre-loading the fonts helped a lot. There's still more progress to be made though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a site and I'm having trouble improving the pagespeed scores. I used the webpack analyzer and tried removing a few big modules but that didn't make a huge difference. Is there something glaring that I'm missing? I'm not quite sure what a good webpack analyzer result looks like. Should I be concerned about the modules outside of
commons.js
? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions