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?