Google does not just check if a website is fast in general, it measures three specific things called Core Web Vitals, and a page can fail even while feeling reasonably fast to a casual visitor. Largest Contentful Paint measures how long the biggest visible element takes to load and should land under 2.5 seconds. Cumulative Layout Shift measures whether content jumps around while loading, like a button moving right as someone tries to tap it, and should stay under 0.1. Interaction to Next Paint measures how quickly the page responds after a click or tap and should stay under 200 milliseconds.
Most failing scores trace back to a small number of causes: oversized images that were never compressed, fonts that block rendering until fully downloaded, and ads or embeds that shift layout after the page already loaded. A product photo saved straight from a camera at 4 megabytes will tank Largest Contentful Paint on its own, resizing and compressing it to under 200 kilobytes alone can fix the entire metric.
Google's free PageSpeed Insights tool scores a site out of 100 on both mobile and desktop and lists the exact issues found on that specific page, not generic advice, so the fixes are concrete rather than guesswork. These scores are one of many ranking signals, not the only one, but on mobile, where more than half of all web traffic happens, slow load times get abandoned before the content is ever seen, so fixing them protects revenue even beyond SEO.
It's worth knowing there are two types of Core Web Vitals data: lab data, generated by tools like PageSpeed Insights running a simulated test, and field data, real measurements collected from actual visitors over the past 28 days. A page can score well in a lab test while field data shows real users on slower connections or older phones having a noticeably worse experience, which is why Google leans on field data, when enough exists, for ranking purposes.
Core Web Vitals measure three specific aspects of real user experience: Largest Contentful Paint (how long the main content takes to become visible), Cumulative Layout Shift (how much elements unexpectedly jump around as a page loads, which is what causes a misclick when a page shifts right as you're about to tap something), and Interaction to Next Paint (how quickly the page responds once a user tries to interact with it).
These metrics matter for SEO because Google has confirmed them as a ranking factor, but they matter even more directly for conversion: a page with poor Core Web Vitals loses visitors before they ever get a chance to be persuaded by the content, since a slow or janky experience causes people to leave before the page even finishes loading. Fixing Core Web Vitals is as much a revenue fix as an SEO fix.