is an analysis tool from Google that audits a page in a simulated lab environment and provides, among other things, a performance score and concrete improvement suggestions. It is integrated into the Chrome DevTools and PageSpeed Insights, among others.

Lighthouse produces and is therefore mainly suited to diagnosis: it reveals, for example, the element, or unused JavaScript. Using it correctly matters:

  • Lighthouse is a diagnostic tool, not a goal in itself.
  • A score of 100/100 is not always economically worthwhile.
  • What matters is fixing real user problems on important pages.

Because Lighthouse measures in the lab while Google Search Console uses from the Chrome UX Report, the values can differ significantly. Lighthouse helps with troubleshooting but does not replace .