What is Chrome Lighthouse?
Chrome Lighthouse audits a URL that a person or another tool supplies. It opens the page in Chrome, runs a set of checks, and returns a report. The standard audit areas cover performance, accessibility, SEO, and browser best practices. Lighthouse does not maintain a discovery queue or build a web index.
The same software can run in Chrome DevTools, from the command line, through a Node module, or inside PageSpeed Insights. It can audit a public page or an authenticated page when the person running it has access. That range of environments is why Lighthouse traffic does not come from one central crawler service.
PageSpeed Insights uses Lighthouse for its controlled lab load. Its field section is different: Google obtains that historical, real-user data from the Chrome User Experience Report. A Lighthouse request visible in server logs contributes to the lab audit, not to every metric shown in the PageSpeed report.
A run loads the requested document and the assets needed to render it. The network user agent can be emulated or supplied by the runner; some configurations append Chrome-Lighthouse, and the report records the value used. Lighthouse does not use the fetched page for Google indexing, AI search, or language-model training.
