For local SEO agencies addressing page performance issues that affect both user experience and Google’s Core Web Vitals signals, PageSpeed Insights is Google’s free tool for measuring and diagnosing page load performance. It combines real-world field data from the Chrome User Experience Report with lab-based diagnostics from Lighthouse.
What PageSpeed Insights Actually Does Well
PageSpeed Insights provides two types of data in a single report. Field data from the Chrome User Experience Report (CrUX) shows real user performance for a URL as experienced on actual devices and connections, representing the data Google uses for Core Web Vitals ranking signals. Lab data from Lighthouse provides diagnostic measurements and actionable recommendations for improving performance.
The Core Web Vitals metrics measured are Largest Contentful Paint, Cumulative Layout Shift, and Interaction to Next Paint. The tool shows whether a URL passes or fails Core Web Vitals thresholds and explains which specific resources or patterns are contributing to failures.
The Lighthouse diagnostics identify specific opportunities: unused JavaScript, render-blocking resources, unoptimized images, inefficient cache policies, and layout shift causes. Each finding is linked to documentation explaining the fix.
Local SEO: Why Page Speed Matters for Local Businesses
Page speed is a ranking factor in Google Search, and Core Web Vitals pass or fail rates are used as a signal in the page experience ranking system. For local businesses where mobile search is the dominant discovery channel, slow mobile load times directly affect both ranking and conversion rates.
For local SEO agencies, a PageSpeed Insights report on a client’s key pages is a standard deliverable when diagnosing why a technically sound page is not performing in local search. Slow page speed is often an overlooked factor when clients assume the problem is citations or links.
Pricing: PageSpeed Insights Is Free
PageSpeed Insights is free via the web interface and via the PageSpeed Insights API. The API allows bulk URL testing for integration with reporting dashboards. Standard API quotas apply but are sufficient for most agency use cases.
The Lighthouse tool that powers the lab diagnostics is also open source and available as a CLI, browser extension, and integrated into Chrome DevTools, providing the same diagnostics without the PageSpeed Insights interface.
Data Ownership: Where Your Information Lives
PageSpeed Insights is a Google product. The field data (CrUX) is collected by Google from Chrome browser users who have opted into sharing usage statistics. The lab data is generated by running Lighthouse against the URL on Google’s servers.
No account is required to use the tool. No user data is stored beyond standard Google API logging.
CrUX data is also available directly via the CrUX API and BigQuery for bulk analysis, which is useful for agencies building custom performance reporting pipelines.
Frequently Asked Questions
What are Core Web Vitals and why do they matter for local SEO?
Core Web Vitals are Google’s standardized measurements of real-world page experience: Largest Contentful Paint measures loading speed, Cumulative Layout Shift measures visual stability, and Interaction to Next Paint measures responsiveness. Google uses these as ranking signals in its page experience system. For local businesses competing in dense local search markets, passing Core Web Vitals is a baseline requirement.
What is the difference between field data and lab data in PageSpeed Insights?
Field data is collected from real Chrome users visiting your pages and represents actual experience. Lab data is generated by running Lighthouse in a controlled environment to provide consistent, reproducible diagnostics. Google uses field data for ranking signals. Lab data is used for diagnosis and optimization guidance. If field data is insufficient, PageSpeed Insights falls back to lab data only.
Does PageSpeed Insights measure mobile and desktop separately?
Yes. PageSpeed Insights provides separate reports for mobile and desktop. Given that local search skews heavily toward mobile, the mobile report is the more actionable one for local SEO work. Mobile and desktop performance can differ significantly, especially for sites not optimized for mobile connections.
Can you use the PageSpeed Insights API for bulk testing?
Yes. The PageSpeed Insights API allows programmatic URL testing with the same field and lab data as the web interface. Standard quotas allow several hundred requests per day without API key authentication; authenticated requests have higher limits. This is sufficient for agencies building automated performance monitoring for client sites.
What are the most common PageSpeed issues for local business sites?
Common issues on local business sites include unoptimized images, render-blocking JavaScript and CSS, unused JavaScript from page builders and plugins, absence of efficient caching, and third-party scripts from chat widgets, analytics tools, and booking systems that increase load time. WordPress sites with heavy page builders and multiple plugins are frequently the source of Core Web Vitals failures.