Data for the Largest Contentful Paint metric often varies significantly between lab-based synthetic tests and real user data.
In this article we'll take a look at what causes these discrepancies and how to interpret them.
What are lab and field data?
Website performance can be measured in a two ways:
- Lab data: In a controlled lab environment, with a fixed network and device type
- Field data: By measuring how fast a website is for real users
Lab data is very detailed and can be collected on demand. But unlike field data it doesn't tell you how your visitors actually experience your website.
Field data tells you how fast your website is in practice, and it's also used by Google as a search result ranking factor. But it often doesn't provide the same depth for debugging performance issues as lab data does.
Many tools, like PageSpeed Insights, report both lab and field data.


Run A Free Page Speed Test
Test Your Website:
- Automated Recommendations
- Detailed Request Waterfall
- Web Vitals Assessment
CrUX data
Google's Chrome User Experience Report (CrUX) is a type of field data. It's collected from real Chrome users who are opted into additional statistics reporting.
Unlike full real user monitoring, CrUX data is always reported as a 28-day rolling average. That means it will take 28 days for the data to fully update.

What causes LCP discrepancies between lab and field data?
There are a number of factors that cause the LCP metric in field data to not match what's reported in a lab-based report:
- Different network speeds
- Different CPU speeds
- Different device sizes
- First load vs subsequent visits
- Logged-out versus logged-in experience
- CrUX data delay
- Caching differences
Network speeds in lab and field data
Lab-based tests always use a predefined fixed network speed. For example, a typical mobile lab test with Lighthouse or PageSpeed insights is run on a connection with a bandwidth of 1.6 megabits per second and a round trip time of 150 milliseconds.
These speeds are typically a lot slower than what's available to the average website visitor. Because of that, you should expect LCP to be worse in the lab than in the field.

