What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

PageSpeed Insights is a useful tool because it presents both lab data and field data in a single report.
🎥 Source video

Extracted from a Google Search Central video

💬 EN 📅 06/05/2022 ✂ 11 statements
Watch on YouTube →
Other statements from this video 10
  1. Le CLS est-il vraiment un facteur de classement Google à part entière ?
  2. Vos images sabotent-elles votre CLS sans que vous le sachiez ?
  3. Faut-il vraiment spécifier les dimensions des images pour corriger le CLS ?
  4. Les données de laboratoire suffisent-elles vraiment pour optimiser vos Core Web Vitals ?
  5. Pourquoi le Chrome User Experience Report change-t-il la donne pour mesurer les performances réelles de votre site ?
  6. Le LCP mesure-t-il vraiment la vitesse d'affichage du contenu principal ?
  7. Faut-il vraiment prioriser le chargement de vos images héros pour améliorer le LCP ?
  8. Faut-il vraiment désactiver le lazy loading sur les images above the fold ?
  9. HTTP/2 peut-il vraiment booster les performances de votre site sans refonte technique ?
  10. Faut-il vraiment passer toutes ses images en WebP pour le SEO ?
📅
Official statement from (3 years ago)
TL;DR

PageSpeed Insights combines lab data (controlled tests) and field data (real users via CrUX) in a single report. This dual approach allows you to identify both measurable technical issues and the real experience lived by your visitors. For a complete performance audit, it's the reference tool according to Google.

What you need to understand

What's the difference between lab data and field data?

Lab data are measurements taken in a controlled environment, with standardized network and hardware conditions. They allow you to detect technical issues in a reproducible way — ideal for debugging.

Field data come from the Chrome User Experience Report (CrUX): these are metrics collected from real Chrome users on your site. They reflect the real experience, with all its variability: slow connections, older smartphones, diverse geographies.

Why combine both in PageSpeed Insights?

Because they complement each other. Lab data tell you what's technically wrong. CrUX data tell you whether your real visitors are actually suffering from these issues.

A site can score 95/100 in the lab but have catastrophic Core Web Vitals in CrUX if 80% of visitors are on mobile 3G. Conversely, a mediocre lab score can mask a decent field experience if your audience is on fiber and high-end desktop.

What exactly does each type of data measure?

Lab data in PSI uses Lighthouse: First Contentful Paint, Speed Index, Largest Contentful Paint, Time to Interactive, Total Blocking Time, Cumulative Layout Shift. Measurements at a single point in time, on a standard Lighthouse configuration (emulated mobile, 4G throttling).

Field data report the three official Core Web Vitals: LCP, INP (formerly FID), CLS. Aggregated over 28 rolling days, 75th percentile. If your site doesn't have enough Chrome traffic, this section will be empty.

  • PageSpeed Insights merges lab metrics (Lighthouse) and field metrics (CrUX)
  • Lab data are reproducible and useful for identifying technical optimizations
  • CrUX data reflect the real experience of your Chrome visitors over 28 days
  • A good lab score doesn't guarantee good Core Web Vitals in the field, and vice versa
  • Without sufficient Chrome traffic, you won't have field data in PSI

SEO Expert opinion

Is this dual approach really useful in practice?

Yes, but only if you understand the hierarchy. Google uses CrUX data for ranking (via the Page Experience signal). The Lighthouse data in PSI only serve for diagnosis.

Concretely: if your CrUX Core Web Vitals are green, you're safe on the ranking side, even if Lighthouse gives you 40/100. Conversely, a 95 Lighthouse score with red CrUX won't save you. Always prioritize improving field metrics.

What limitations should you keep in mind?

First limitation: CrUX only aggregates Chrome users who are connected, have accepted syncing and usage statistics. It's not 100% of your traffic, far from it. Safari, Firefox, users outside sync: invisible in CrUX.

Second limitation: PSI lab data test the homepage by default, or the URL you specify. If your critical pages (product sheets, landing pages) have specific issues, PSI won't see them automatically. You need to test URL by URL or use the full CrUX report in Search Console.

Third point — and this is often where it gets tricky: PSI lab data uses a simulated mobile 4G config. If your audience is mostly desktop fiber, or conversely real mobile 3G, the gap between lab and field will be massive. [To verify] on your own Analytics to identify the dominant device and connection.

Should you ignore Lighthouse recommendations if CrUX is good?

Let's be honest: no. Lighthouse recommendations remain best practices — compression, lazy loading, elimination of unnecessary JS, image optimization. Even if your CrUX are correct today, these optimizations give you room for maneuver for site evolution.

And CrUX can turn red overnight after an unlucky deployment. Having a clean technical foundation (reflected by a good lab score) limits the risk of sudden regression. But don't waste 3 weeks gaining 5 Lighthouse points if your Core Web Vitals are already green — focus elsewhere.

Warning: PageSpeed Insights only tests one URL at a time. For a complete audit of your site, also analyze the Core Web Vitals report in Search Console, which aggregates all your pages with sufficient CrUX traffic.

Practical impact and recommendations

How to use PageSpeed Insights effectively in an SEO audit?

Start by checking the "Discover how your site performs" section at the top of the PSI report. If it displays CrUX data (LCP, INP, CLS with green/orange/red indicators), that's your absolute priority. Ignore the Lighthouse score on first read.

If at least one CrUX metric is orange or red, scroll down to the Lighthouse recommendations to identify quick wins. Focus on suggestions marked with high "Estimated savings" and applicable without a complete redesign.

If the CrUX section is empty ("No data available"), two scenarios: either your page lacks Chrome traffic, or it's a non-indexed test/dev URL. In this case, use lab data as an indicator, but absolutely verify Search Console > Experience > Core Web Vitals to see if other site pages have field data.

What common mistakes should you avoid with PSI?

Classic mistake: only optimizing the homepage because it's the default URL in PSI. Your conversion pages (product sheets, categories, landing pages) are often more critical. Test them explicitly.

Another trap: focusing on the Lighthouse score and neglecting real Core Web Vitals. The score is a weighted synthesis of lab metrics — it has no direct impact on ranking. What matters is CrUX. If you have to choose between increasing from 60 to 80 in the lab or moving a CWV from orange to green, choose the CWV.

Last frequent mistake: testing while logged into your CMS/backend, or on a page with personalized content/A/B test. Lighthouse lab data won't see the same version as Googlebot or your real visitors. Test in private browsing, logged out, ideally with the exact public URL.

What optimization strategy should you adopt concretely?

Prioritize in this order: 1) Fix red CWV in CrUX (direct ranking impact). 2) Move orange CWV to green (safety margin). 3) Improve Lighthouse score if you have time and resources, but only after stabilizing field CWV.

For each Lighthouse recommendation, ask yourself: does this impact LCP, INP or CLS? If yes, it's a priority. If it's just "nice to have" (e.g., next-gen image formats that save 50 KB on a 2 MB page), it's secondary.

  • Check for the presence of CrUX data in PSI for the URL tested
  • Consult Search Console > Core Web Vitals for a site-wide overview
  • Test strategic pages (conversions, traffic) individually in PSI
  • Compare lab and field data to identify device/connection gaps
  • Prioritize optimizations directly impacting LCP, INP and CLS
  • Re-test after each deployment to avoid regressions
  • Monitor CrUX over 28 rolling days to validate improvements
PageSpeed Insights is the reference diagnostic tool for Core Web Vitals, but it requires stratified reading: CrUX field data first (ranking impact), then Lighthouse lab recommendations (technical optimizations). Test your critical pages, not just the homepage. If you manage a complex site with significant performance stakes, implementing a complete optimization strategy can quickly become technical — from multi-URL diagnostics to fix implementation (lazy loading, CDN, server optimization, JS/CSS refactoring). In this context, partnering with an SEO agency specialized in web performance helps you save time and avoid costly missteps, by prioritizing high-ROI initiatives.

❓ Frequently Asked Questions

Pourquoi PageSpeed Insights affiche-t-il des scores différents à chaque test ?
Les données de laboratoire varient légèrement selon la charge serveur au moment du test, le routing réseau, et les conditions d'émulation Lighthouse. Les données CrUX, elles, sont stables car agrégées sur 28 jours. Une variation de ±5 points Lighthouse est normale et sans importance.
Mon score Lighthouse est excellent mais mes Core Web Vitals CrUX sont rouges, pourquoi ?
Lighthouse teste dans des conditions standardisées (4G simulé, mobile émulé). Si vos vrais visiteurs sont majoritairement sur mobile 3G, vieux appareils, ou avec des extensions/scripts tiers absents du test labo, l'écart peut être massif. Priorisez l'amélioration des CWV terrain.
Faut-il viser 100/100 dans PageSpeed Insights pour bien ranker ?
Non. Le score Lighthouse n'impacte pas directement le ranking. Seuls les Core Web Vitals terrain (CrUX) comptent pour le signal Page Experience. Un score labo de 60 avec des CWV verts est préférable à un 95 labo avec des CWV rouges.
Que faire si PageSpeed Insights n'affiche aucune donnée CrUX pour mon site ?
Cela signifie que votre URL n'a pas assez de trafic Chrome éligible (utilisateurs connectés avec stats activées). Vérifiez Search Console > Core Web Vitals pour voir si d'autres pages du site ont des données. Si aucune page n'a de CrUX, utilisez les données labo comme proxy, mais impossible de connaître votre éligibilité au signal Page Experience.
Les recommandations Lighthouse sont-elles toutes à implémenter prioritairement ?
Non. Focalisez-vous sur celles qui impactent directement LCP, INP et CLS, avec des économies estimées élevées. Les suggestions mineures (formats d'image, minification de 10 Ko) sont secondaires si vos Core Web Vitals sont déjà corrects.
🏷 Related Topics
Domain Age & History AI & SEO Web Performance Search Console

🎥 From the same video 10

Other SEO insights extracted from this same Google Search Central video · published on 06/05/2022

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.