Google’s Core Web Vitals have been a ranking factor since 2021, but the 2026 update introduces stricter thresholds that many WordPress sites will struggle to meet. The three key metrics remain — LCP, INP, and CLS — but Google has tightened what counts as ‘good’: LCP under 2.0 seconds (down from 2.5s), INP under 150ms (down from 200ms), and CLS remains at 0.1 but now includes more interaction types.
Why WordPress Sites Struggle
WordPress sites are particularly affected due to plugin bloat (every plugin adds JavaScript and CSS that slows page loads), unoptimised themes (loading resources for features you never use), render-blocking resources, and image handling. Without proper optimisation, images are the biggest LCP offender.
The Hosting Factor
The hosting factor most people overlook
Practical Steps to Improve Your Scores
you can optimise your WordPress code all day, but if your server response time is slow, you’ll never hit the new thresholds. Time to First Byte (TTFB) on cheap shared hosting is often the bottleneck. Running PHP 8.3+ can improve response times by 20-30%.
How WP Pro Host Infrastructure Helps
Practical steps to improve your scores
audit your plugins (deactivate and delete unused ones), optimise images (WebP format, lazy loading, properly sized), upgrade your hosting for sub-200ms TTFB, minimise JavaScript (defer non-critical scripts), and use a modern performance-focused theme.
Our hosting infrastructure is built with Core Web Vitals in mind: server-level caching delivers pages in under 100ms, automatic image optimisation converts and resizes on the fly, PHP 8.3 with OPcache for maximum execution speed, and UK-based servers for minimal latency to British visitors. Compare managed vs shared hosting to see the performance difference, and review our uptime SLA.
Frequently Asked Questions
What are the Core Web Vitals thresholds in 2026?
In 2026, Google’s thresholds are: LCP (Largest Contentful Paint) under 2.0 seconds for ‘good’ (down from 2.5s), INP (Interaction to Next Paint) under 150ms (down from 200ms), and CLS (Cumulative Layout Shift) of 0.1 or less. These are measured from real user data via Chrome’s CrUX report. Failing these thresholds is a direct ranking signal in competitive search results.
How does hosting affect Core Web Vitals scores?
Hosting primarily affects LCP through TTFB. A TTFB of 800ms on shared hosting leaves less than 1.2 seconds for remaining rendering steps to achieve a ‘good’ LCP under 2.0s. Managed hosting with a sub-200ms TTFB leaves over 1.8 seconds — a substantial difference. INP is also indirectly affected: faster server responses deliver JavaScript sooner, giving the browser more time budget for interaction processing.
What causes WordPress sites to fail Core Web Vitals?
The most common causes are: slow TTFB from underpowered shared hosting reducing LCP headroom, unoptimised images without WebP format or proper sizing, render-blocking JavaScript and CSS from plugins and page builders, third-party scripts (chat widgets, analytics, marketing tools) blocking the main thread for INP, and dynamically-injected content or unsized images causing CLS.
What is a good TTFB for Core Web Vitals?
Google rates TTFB as good below 800ms, needs improvement between 800–1800ms, and poor above 1800ms. However, for a WordPress site on managed hosting, under 200ms should be the target. A sub-200ms TTFB gives LCP the maximum budget for subsequent rendering steps and provides headroom for JavaScript delivery to support good INP scores.
Do Core Web Vitals directly affect Google rankings?
Yes. Core Web Vitals are a confirmed Google ranking signal as part of the Page Experience update. Google uses real user data (CrUX) rather than lab data — meaning UK visitors’ actual experience determines your scores. Improving Core Web Vitals has the greatest ranking impact in competitive niches where multiple sites have similar content quality.