Wednesday, 5 May 2021

Why is the Performance score of an empty, default NextJS Application so low?

I started playing around with my first Next.js project.

After creating a new project via create-next-app, I ran the performance-tab in the web-app 'Lighthouse' (the results can be viewed in the tabs below). The performance report returned a score of 79, however; all the other test were above 90.

Can someone explain to me why these are the results?

The project is newly created, and totally empty, one would assume a performance report to return a great score for such a project, but it did not. In help understanding this is appreciated, thank you!

enter image description here

enter image description here



from Why is the Performance score of an empty, default NextJS Application so low?

No comments:

Post a Comment