Lighthouse and PageSpeed Insights fetchers
Lighthouse is Google's open-source page-quality auditing tool, and PageSpeed Insights is the hosted service that runs Lighthouse audits and reports field and lab performance data. Both fetch a page on demand to measure it, not to index it for search. Their fetches are user-triggered performance audits and appear in logs as a single page load with related resource requests, not a crawl.
What this means
Lighthouse audits a page for performance, accessibility, SEO, and best practices. PageSpeed Insights runs Lighthouse on Google's infrastructure and combines it with real-user field data from the Chrome User Experience Report. When you test a URL, the service loads that page and its resources to measure them.
This is measurement, not indexing. Running PageSpeed Insights does not crawl your site and does not change rankings by itself; it reports how the tested page performs.
How it appears in logs
An on-demand audit appears as a load of the tested URL plus the resources that page references — scripts, stylesheets, images — usually from Google's PageSpeed infrastructure when run via the hosted service. It is a single-page event, not a multi-page crawl.
Lighthouse run locally (in Chrome DevTools or the CLI) originates from the operator's own environment, so it may not look like Google traffic at all. The reliable signal is the single-URL, resource-heavy audit pattern rather than a broad crawl.
- Purpose: performance and quality measurement
- PageSpeed Insights runs Lighthouse on Google infrastructure
- Single-URL audit pattern, not a site-wide crawl
How it appears in analytics and logs
A Lighthouse or PageSpeed Insights fetch means someone ran a performance audit of one URL. It is a measurement fetch, not a crawl and not a human visit; treat it as automation triggered by a person.
Diagnostic use case
Recognise performance-audit fetches from Lighthouse and PageSpeed Insights in logs, separate them from search crawling, and avoid counting them as audience.
What WebmasterID can help detect
WebmasterID classifies performance-audit fetches server-side as bot/automation traffic, so audits do not inflate human analytics or look like search-crawl coverage.
Common mistakes
- Thinking running PageSpeed Insights crawls or re-indexes the whole site.
- Counting an audit fetch as a human page view.
- Confusing a performance audit with a search ranking change.
Privacy and accuracy notes
Identification uses the request user-agent and audit context only. Although a person triggered the audit, no visitor identity is exposed; WebmasterID records it as a bot/automation event.
Related pages
- GTmetrix and WebPageTest fetchers
GTmetrix and WebPageTest are web-performance testing tools that load a page from controlled test agents to measure load time, rendering, and resource behaviour. They fetch on demand to benchmark a URL, not to crawl or index a site. Their fetches appear in logs as a full page load plus resources from test infrastructure, often from specific test locations the user selects.
- Web-performance fetchers overview
Web-performance tools — Lighthouse, PageSpeed Insights, GTmetrix, WebPageTest and similar — load a page on demand to measure speed, rendering, and resource behaviour. They are neither search crawlers nor human visitors: they are user-triggered measurement automation. Reading them correctly keeps performance audits out of audience metrics and out of search-crawl coverage.
- User-triggered fetchers vs crawlers
Google groups its automated agents into common crawlers, special-case crawlers, and user-triggered fetchers. User-triggered fetchers act because a person asked for something now — like reading a page aloud or fetching a preview — and are treated differently from indexing crawlers, including how they relate to robots.txt. Understanding the distinction prevents wrong robots.txt and analytics decisions.
- Website observability
See audit and monitoring fetches reaching your pages, server-side.
Sources and verification notes
- Google — LighthouseOpen-source page-quality auditing tool.
- Google — PageSpeed InsightsHosted service running Lighthouse audits with CrUX field data.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.