How can I improve my lighthouse score? JS related.

I use NextJS for a few of my projects and always struggle to improve me lighthouse score for the following:

  • Remove unused JavaScript
  • Reduce initial server response time

My 2 projects in question:

  • https://launchafrica.io/
  • https://qrfeedbackcreator.com/

Does anyone have tips on what to do here?

David Furlong

where is your code hosted? initial server response time is a function of the amount of SSR you're doing + latency/speed of your servers

0 Likes

Please sign in to leave a comment.