Independent comparison · no paid rankings
Home / Blog / Core Web Vitals: what a host can improve—and what it cannot
Guide

Core Web Vitals: what a host can improve—and what it cannot

LCP, INP and CLS depend as much on your theme as on the server. Before switching hosts for a PageSpeed badge, separate what belongs to CDN, PHP and the front end.

3 min read

The CEO gets an email: "your site is red on Google". The agency proposes migrating to a "Core Web Vitals Premium" host. Two months later LCP stays at 3.1 s: the homepage image still weighs 2.4 MB, served without lazy load or WebP. The server was innocent; the quote was not.

Core Web Vitals (LCP, INP, CLS) affect SEO and conversion. They aggregate network, server and front-end signals. Confusing "slow hosting" and "poorly optimised site" leads to useless migrations — or vague commercial promises.

The three metrics — who does what?

MetricMeasuresHost leverNon-host lever
LCP (Largest Contentful Paint)Time to show largest visible elementTTFB, edge HTML cache, fast diskImage compression, preload, CDN assets
INP (Interaction to Next Paint)Interaction responsivenessServer stability, no 502 under loadLighter JS, split bundles, workers
CLS (Cumulative Layout Shift)Visual stabilityRare (except badly served fonts)Image dimensions, ads, fonts

What the host can actually improve

TTFB and stability — overloaded shared plan, misconfigured PHP-FPM (PHP-FPM), OPcache off (OPcache): fixable by tuning or higher plan. Measure with TTFB diagnosis.

Cache and included CDN — some WordPress hosts include page cache or CDN partnership. Check if cache covers dynamic HTML or assets only.

HTTP/2 / HTTP/3 — multiplexing and QUIC help asset-heavy sites with healthy origin (HTTP/3).

Geography — datacenter region close to audience cuts RTT; useful without CDN.

What the host will not fix alone

  • Unresized hero images.
  • Twelve WordPress plugins loading JS in head.
  • Google fonts without font-display: swap.
  • Late-injected ad banners (CLS).
  • Heavy React SPA without code splitting (INP).

Migrating to the "best PageSpeed host" without a front audit means moving a slow site to a faster SSD.

The peak: PageSpeed score is not a hosting SLA

Google evaluates real user experience (CrUX); local Lighthouse on fibre is not enough to promise a green badge post-migration.

Decide and move forward without blind spots

  1. Separate origin TTFB, LCP element, INP long tasks in CrUX / Search Console.
  2. Fix images and JS if TTFB < 400 ms but LCP/INP red.
  3. Optimise PHP/cache if TTFB red — before any plan change.
  4. Compare hosts on TTFB proof, not CWV slogans — directory, comparator.

Frequently asked questions

Does a "CWV optimised" host guarantee green?

No — LCP and INP depend mostly on front end; check commercial scope.

High LCP — host or front?

TTFB > 600 ms → server contributes. OK TTFB, LCP > 2.5 s → images and client render.

INP and the host?

INP = mostly JS; host via TTFB/stability only.

Does CDN count?

Yes for LCP assets and sometimes TTFB; not for CLS or JS-dominated INP.


Before migrating for Core Web Vitals, ask: which metric is red and which component drives it? If the answer is "we do not know", the host is not the right lever yet.

Compare European hosts

Filter by compliance, location and use case — then open the sheets to verify the real scope.

Browse the directory
Blog

Related reading

All articles →