Websites

A fast site is care made visible: Core Web Vitals explained

Why a site's speed reveals the care put into it. Google's Core Web Vitals thresholds (LCP, INP, CLS) and how Inleven actually holds them.

By InlevenUpdated on June 24, 20266 min read
Glass crystal pierced by a streak of light on a midnight-blue background, an image of speed and precision

A site’s speed isn’t a technical detail reserved for developers: it’s the first visible sign of the care put into building it. A site that appears all at once, with no jolts, no text jumping under your finger, tells your visitor they’re dealing with someone serious, before they’ve read a single line. A slow site says the opposite. Google has set public thresholds to measure all this, the Core Web Vitals, and at Inleven we hold them on every delivery. Here’s what they measure, and above all, what slowness says about you.

What does a slow site say about your business?

A slow site sends a message you didn’t choose: “here, we did it as fast and cheap as possible, without looking at the result.” The visitor doesn’t put it into words consciously. They just feel a vague irritation, a page that lags, a button that slips away at the moment of the click, an image that pushes the text down while they’re reading. And they leave, without knowing why, keeping a faint impression that “it just didn’t feel right.”

This is all the more true in 2026. Producing a site has become trivial: a tool generates a page in thirty seconds, and it shows. The web fills up with sites that look fine, heavy in reality, stuffed with useless scripts, never reviewed. Slop. In that landscape, a site that responds instantly is no longer just pleasant, it’s rare. It signals a human hand behind it, someone who measured, trimmed, refused the superfluous. Speed has become proof of care, because care has become the exception.

What are the 3 Core Web Vitals thresholds?

The Core Web Vitals are three measures defined by Google to quantify the experience quality of a real page, on real devices. Three public thresholds, worth knowing:

  • LCP (Largest Contentful Paint): under 2.5 seconds. The time it takes for the largest visible element (often your title or your main image) to appear. It’s the answer to the question “when do I finally see something useful?”.
  • INP (Interaction to Next Paint): under 200 milliseconds. The delay between the moment you click or tap and the moment the page visibly reacts. It’s the sense of responsiveness, the “it responds to the touch.” This metric replaced the old FID in early 2024.
  • CLS (Cumulative Layout Shift): under 0.1. Visual stability. The lower it is, the less the content moves during loading. A high CLS is the button that slides half a second before you press, and the finger that misses.

Google uses these three measures as a ranking signal, and surfaces them in Search Console based on your users’ real visits. These aren’t lab scores: it’s what people actually experience on your site, aggregated over twenty-eight days.

Three glass gauges filled with light, an image of the three Core Web Vitals metrics

Why isn’t hitting the threshold enough?

Slipping just under the bar avoids the penalty. That’s not the same as offering a good experience. An LCP at 2.4 seconds is “green” by Google’s standard, but 2.4 seconds of waiting, on mobile, on 4G, you still feel it.

The gap between “compliant” and “instant” is exactly where the perception of quality plays out. And that’s where most sites give up: they aim for the regulatory minimum, because going lower demands work the automatic tools won’t do for you. That work is precisely what sets a site that’s designed apart from a site that’s assembled.

How does Inleven hold these thresholds, concretely?

Not by magic, nor by ticking an “optimize” box in a builder. Through architecture choices made on day one, and held through to delivery. Here’s the detail, because a demanding professional has the right to know how.

A performance budget set before the first line is written. We decide in advance on a page’s maximum weight, the number of scripts tolerated, the size of images. That budget becomes a design constraint, not a last-minute check. If a feature blows the budget, we find another way to do it, or we drop it.

Static, by default. Our sites are compiled into HTML pages served as-is, with no database to query or server to wake on every visit. The browser receives content ready to display. It’s the fastest base there is, and the one that breaks down the least.

Interactive islands, not interactive pages. When part of the page needs JavaScript (an animation, a form), we hydrate only that piece, and only when it becomes visible on screen. The rest of the page stays pure HTML. The result: the browser runs almost nothing on load, which keeps blocking time at zero.

Images processed by Sharp. Each image is resized, recompressed, and served in the right format for the device. A photo that would weigh two megabytes straight out of the camera drops to a few dozen kilobytes, with no visible loss. It’s one of the most rewarding levers on LCP.

Zero shift on the title. The H1 and the top-of-page subtitle are real HTML text, rendered immediately, never hidden then revealed by an animation. The dimensions of images and blocks are reserved before loading, so nothing pushes anything. That’s what gives us a CLS of 0, and not “close to 0.”

The numbers this produces, on our real deliveries: an LCP between 2.0 and 2.4 seconds on mobile, a CLS at 0, a blocking time (TBT) at 0 milliseconds, a Lighthouse performance score between 96 and 99, and an accessibility score of 100 out of 100. That last point counts as much as the others: a fast but screen-reader-unreadable site is not a site built with care.

Speed is the measurable version of care

In an era where anyone can produce a site in a few minutes, what sets you apart is no longer having a site, but having one that holds up under the weight of the detail. Speed is the part of that detail a machine can measure. It doesn’t lie. You can’t fake it with a pretty visual or make up for it with a slogan.

That’s why we treat it as a deliverable in its own right, on the same footing as design. AI helps us move fast in the making, but a human decides what we keep and what we throw out, and it’s that decision that makes the difference between a site that breathes and a site that drags. You can see the detail of how we work on the Method page, and exactly what we build in our services. And because a site built with care is also a site that belongs to you, everything we deliver (domain, content, code) stays yours from day one: it’s explained on the Guarantees page. And if you’d like to talk it over, we’re happy to discuss it via the Contact page.

Frequently asked questions

Does a fast site really improve Google search ranking?

Yes, but indirectly. Core Web Vitals are an official ranking signal: with equal content, Google favors the faster, more stable page. More importantly, a fast site keeps its visitors and converts more of them, and that real behavior weighs on your position over time. Speed isn't a magic shortcut to the top spot, it's a foundation the rest of your search work stands on.

How do I know if my current site meets the Core Web Vitals?

Two free Google tools are enough. PageSpeed Insights gives you a page-by-page diagnosis, both in the lab and on real data. Search Console, in its "Core Web Vitals" section, shows you the state of your whole site based on your users' real visits over the last twenty-eight days. Aim for green on all three metrics, on mobile first, since that's where most people view you.

Why is my site built on an online builder slow?

Consumer builders load the same heavy technical base for every site, whether you need it or not: scripts for features you don't use, fonts and entire libraries just in case. That extra weight is the price of the editor's simplicity. You can soften it, rarely erase it, because it's in the foundation. A custom-built site starts from zero and carries only what it needs.

Do you have to sacrifice design to get a fast site?

No, it's actually the opposite for anyone who knows how. Animations and effects cost a lot when they're poorly placed, almost nothing when they lean on the right properties and only fire at the right moment. A slow site isn't a site that's "too beautiful," it's a site that's badly built. Beauty and speed only clash when you wing it. If the subject interests you, let's talk about your project: we're happy to discuss it via the Contact page.

Have a project?

A 15-minute call is enough to get started. Nothing to sign.