ixartz/Next-js-Boilerplate

How do you maximize lighthouse score?

comverser opened this issue · 1 comments

I couldn't catch sign of efforts for maximizing lighthouse score as a nonexport view.

Would you please tell me how you have maximized lighthouse score?

Using in export mode can increase your lighthouse score. It can increase tremendously.

Lighthouse score also take account SEO score in export and non-export, which the boilerplate try to increase by:

  • Adding SEO tags, meta tags, etc.
  • Adding favicon

These are not sign of effort for lighthouse score?

The project also followed best practices and accessibility recommendation to increase the score. The list is long and I don't remember everything, but you can check out the official lighthouse page.

For your information, the project is maintained for 2 years. Over the time, Google has adding new rules in the lighthouse score.

The project is open source and open to contribution, happy to get any help.