[create-next-app] scores poorly with Lighthouse #16227
Answered
by
timneutkens
SharadKumar
asked this question in
Help
-
Feature requestIs your feature request related to a problem? Please describe.Lighthouse score for CNA is quite low. It would be good to set a good benchmark, to demonstrate. Describe the solution you'd likeAchieve highest possible score, as a starting point for users of create-next-app. Additional context |
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
Aug 16, 2020
Replies: 1 comment
-
You're testing against the development build, not production. run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SharadKumar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're testing against the development build, not production. run
npm run build
and thennpm run start
to run a correct test.