← All articles
Knowledge base·July 8, 2026·4 min read

Core Web Vitals, in plain language

LCP, INP and CLS sound like lab equipment. They are really three simple questions about how your site feels to a person in a hurry.

KNOWLEDGE BASECore Web Vitals, inplain languageSilentStorkJULY 8, 2026 · 4 MIN READ

Three questions, not three acronyms

Strip away the jargon and Core Web Vitals ask: does the page show its main content quickly (LCP), does it react when you tap something (INP), and does it hold still while you read it (CLS)?

Google measures these on real visitors, not in a lab. That means your score reflects the phone on a train, not your fibre-connected office laptop, which is exactly why the numbers often look worse than the site feels to you.

OVERVIEW · SPEEDLCP3.4 sNEEDS WORKDoes the main content show upquickly?INP180 msGOODDoes it react when you tapsomething?CLS0.28POORDoes it hold still while you read?SILENTSTORK
The same three questions the overview asks, in the order a visitor would ask them. They are measured on real visits, which is why a site that feels fine on your laptop can read amber here.

Where the seconds actually go

In most small-business sites the pattern repeats: a hero image saved at 4000 pixels wide, a font that blocks rendering, and a tag manager loading twelve scripts before the page draws anything. None of these is exotic. All of them are fixable in an afternoon.

Layout shift is usually even simpler. Images without width and height attributes, or a cookie banner that pushes the page down after it loads. Reserve the space, and the jumping stops.

WHERE THE 3.4 SECONDS GOHero image, 4000 px wide1.6 sFont that blocks rendering0.8 sTag manager, 12 scripts0.7 sServer response0.3 sThree of the four are one edit each.SILENTSTORK
Nothing exotic on the list, which is the usual finding. The picture is worth more than the score, because it says which afternoon to spend.

Fix the template, not the page

The lucky thing about performance problems is that they live in templates. Fix the product-page template once and five hundred product pages improve together. This is why a slow site is usually two or three fixes away from a fast one, not two or three hundred.

Start with the template your visitors land on most, measure again after each change, and stop when the numbers are green. Perfection past that point is a hobby, not a strategy.

HIGHResize the hero image in the product template1 template · 512 pages · ~25 minYOUOne image, saved at 4000 pixels, on every product page.01 / 5SILENTSTORK
The card is a template, not five hundred pages. That is what puts two or three fixes between a slow site and a fast one.
Put it into practice

Curious what your own site would say?

Read your site, free