SEO
PageSpeed Insights
Google 官方页面速度测试工具,评估 Core Web Vitals 分数并给出具体优化建议。
主要用途
PageSpeed Insights tests a single URL and returns two distinct views of its performance. Field data, when available, comes from the Chrome User Experience Report and shows how real visitors experienced the page over the previous 28 days, including the Core Web Vitals: Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift. Lab data comes from a Lighthouse run in a controlled environment, producing a performance score and specific diagnostics such as render-blocking resources, oversized images, and unused JavaScript, each with estimated savings. The distinction matters because Google's ranking systems use field data, while lab diagnostics are the to-do list for improving it.
所在链路
PageSpeed Insights operates at the optimization stage, turning the page experience signals that Search Console flags into specific engineering work.
核心功能
- Core Web Vitals field data from real Chrome users
- Lighthouse lab analysis with a performance score
- Specific diagnostics with estimated improvement impact
- Separate mobile and desktop assessments
- Free API for automated and bulk testing
适合谁用
- Developers diagnosing slow pages with concrete fix lists
- SEO teams monitoring Core Web Vitals compliance
- Site owners verifying performance after a redesign or migration
新手提示
- Judge the site by field data, not the lab score; a mediocre Lighthouse score with green Core Web Vitals means real users are fine.
- Lab results vary between runs, so do not chase small score changes; focus on the named diagnostics with large estimated savings.
- Popular pages may show field data while quieter ones do not, because CrUX requires a minimum traffic threshold per URL.