Here is a number that should make every site owner pay attention: as of the May 2026 CrUX release published on 9 June 2026, only 55.9% of tracked origins pass all three Core Web Vitals. That figure landed in the same window that Google rolled out a quiet but meaningful Core Web Vitals update, one that changes how a key responsiveness metric is measured rather than how it is scored. If your site sat just inside the “good” band last month, this Core Web Vitals update is the reason your numbers may have moved without you touching a single line of code.
What Google Changed in the Core Web Vitals Update
The headline thresholds did not move. Largest Contentful Paint still targets 2.5 seconds, Interaction to Next Paint still targets 200 milliseconds, and Cumulative Layout Shift still targets 0.1. What the Core Web Vitals update actually changed is the plumbing underneath INP. Google refined the measurement methodology so it better captures sustained interaction latency on input-heavy pages, expanded soft-navigation support in the Chrome User Experience Report for single-page applications, and promoted Time to First Byte to a more prominent diagnostic inside PageSpeed Insights without elevating it to a ranking signal.
In plain terms, the scoreboard looks the same, but the referee is watching more closely. Pages that were borderline on responsiveness may now be measured more strictly, which is exactly why some site owners are seeing field data shift even though their code is unchanged.
Inside the INP Measurement Shift
Interaction to Next Paint has been the trickiest of the three metrics since it replaced First Input Delay in 2024. It measures the full delay from a user action, such as a tap or click, to the next visual update on screen. The Core Web Vitals update tightens how that latency is sampled on pages with heavy or repeated interactions, so a site that fires lots of JavaScript on every click no longer benefits from generous averaging.
Who Feels This Most
Interactive sites feel this update first. Think e-commerce filters, dashboards, comment systems, and WordPress builds loaded with page-builder scripts. If your theme runs a stack of plugins that each hook into click events, this Core Web Vitals update may surface latency that older measurement smoothed over. The fix is not panic, it is profiling which interactions are slow and trimming the work that happens between the click and the next paint.
It helps to remember why Google bothered. Averaged INP can hide a handful of genuinely painful interactions behind dozens of fast ones, so a checkout button that stutters for half a second gets masked by quick scroll taps. By weighting sustained latency more heavily, the Core Web Vitals update pushes the metric closer to what a frustrated shopper actually experiences. That is good for users, even if it is uncomfortable for sites that were quietly relying on the old averaging to stay inside the green band.
The May 2026 CrUX Data Tells the Real Story
Field data, not lab tools, is what Google uses to judge real-world experience. The May 2026 CrUX release breaks down to roughly 68.6% of origins passing LCP, 81.3% passing CLS, and 86.6% passing INP individually. The gap between those healthy individual scores and the combined 55.9% all-three pass rate is the lesson: most sites fail Core Web Vitals because of one weak metric dragging down two strong ones. This Core Web Vitals update sharpens the spotlight on whichever metric is your weakest link, and for interactive sites that link is usually INP.
Why This Core Web Vitals Update Matters Now
Core Web Vitals remain a page-experience signal inside Google Search, and this update did not add new ranking weight. So why care? Because the measurement change can move you across the pass-fail line in field data even when nothing else has. A site sitting at the 75th percentile of “good” sees no change, but a borderline site can slip into “needs improvement” overnight. Following hard on the heels of the May core update, that is the difference between holding rankings and quietly bleeding traffic you cannot explain.
There is a second reason the timing matters. Performance is no longer only an SEO concern.
The AI Search Angle Nobody Saw Coming
One of the more striking findings circulating alongside this Core Web Vitals update is the link between speed and AI visibility. Early analysis suggests sites with healthy Core Web Vitals show a three to four times higher citation rate in AI-generated answers compared with slow sites in the same topic area. Whether or not those figures hold up at scale, the direction is clear: the same fast, well-structured pages that pass Google's field metrics are the ones AI systems prefer to crawl, parse, and surface. Performance now influences whether your content is referenced at all, not just where it ranks.
Soft Navigations and the SPA Problem
The expanded soft-navigation support in CrUX is the most developer-focused part of this Core Web Vitals update. Single-page applications, built with frameworks like React or Vue, historically confused field measurement because route changes happen without a full page load. Google previously struggled to attribute metrics to those virtual navigations, so SPA performance was under-reported. The update lets CrUX recognise more of these soft navigations, which means SPA owners will finally see field data that reflects how users actually move through their app, including the slow in-app transitions that real visitors feel.
What the Core Web Vitals Update Reveals About Hosting
Here is the part that ties everything together. The Core Web Vitals update promoting Time to First Byte to a prominent diagnostic is a direct nod to infrastructure. TTFB is heavily shaped by your server: its processing speed, its caching layer, and how close it sits to your visitors. A slow TTFB delays LCP and eats into your INP budget before any of your own code runs. You cannot optimise your way out of a sluggish server with CSS tweaks.
Why TTFB Sits With Your Host
This is where NVMe storage and a modern web server stack do real work. Faster disk I/O, server-level caching, and an efficient HTTP engine cut the time before the first byte arrives, giving every downstream metric room to breathe. The Core Web Vitals update did not invent this relationship, but by surfacing TTFB it makes the hosting layer impossible to ignore.
It is worth being honest about the limits of front-end tuning here. You can lazy-load images, defer scripts, and minify everything, but if your host takes 800 milliseconds to assemble the page, your visitors and Google still wait. Server-level caching from a high-performance web server such as LiteSpeed often does more for TTFB than a week of front-end refactoring, because it serves a finished page from memory instead of rebuilding it on every request. The Core Web Vitals update simply makes that head start measurable.
How to Respond to the Core Web Vitals Update
Treat this as a measurement audit, not a redesign. First, re-test your key templates in PageSpeed Insights and the INP guidance on web.dev, focusing on field data rather than lab scores, because the Core Web Vitals update only affects how real-user data is captured. Second, profile your slowest interactions and cut the JavaScript that runs between a click and the next paint. Third, check your TTFB; if it is consistently above 600 milliseconds, your hosting or caching is the bottleneck, not your front end. Fix the weakest of your three metrics first, since that single number is what drags most sites below the combined pass line.
Do Not Overreact to a Single Reading
One word of caution. Field data updates gradually over a 28-day rolling window, so you will not see the full effect of the Core Web Vitals update in a single afternoon. Resist the urge to rip out plugins based on one PageSpeed run. Make a change, wait for the field data to refresh, and compare like for like. Chasing a perfect lab score while ignoring real-user trends is the classic way to spend a fortnight optimising something your visitors never actually felt.
The Bottom Line
The 2026 Core Web Vitals update is a measurement change, not a scoring one, but its practical effect is real: borderline sites can shift across the pass-fail line, INP is now sampled more strictly, and TTFB is back in the spotlight as a hosting concern. The takeaways are simple. Re-measure with field data, fix your weakest metric, and treat server speed as a performance feature rather than a checkbox. If your numbers point at the server, a move to LiteSpeed NVMe web hosting is the most direct way to win back the time your front end cannot.








