75 performance score of Next.js 14.1 #61865
Answered
by
DevDaniloFerrari
imran-baitham
asked this question in
App Router
-
Can someone tell me why the performance score of Next.js 14.1's new release is only 75, and how can I improve it while using the app router?I've tried a lot to improve the performance speed, but I was unsuccessful in doing so. |
Beta Was this translation helpful? Give feedback.
Answered by
DevDaniloFerrari
Feb 9, 2024
Replies: 3 comments 2 replies
-
Just try to build your application, run in production mode and do the performance analysis again. To do this, run these commands:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
imran-baitham
-
@imran-baitham Simple run these commands:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It doesn't make much sense to me to use lighthouse with localhost, nor in dev or build/start mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just try to build your application, run in production mode and do the performance analysis again.
To do this, run these commands:
npm run build
npm start
here is my application running in development mode
here is my application running in production mode