- Web development
- Speed
- SEO
Core Web Vitals are three Google metrics that measure your website's real-world experience — LCP (how fast content appears), INP (how fast the page responds to a tap) and CLS (whether the layout jumps around). For your business this means something simple: if the site is slow, some visitors leave before they ever see your offer, and Google ranks you lower in search. This article explains the metrics without technical jargon and shows what to check first.
What Core Web Vitals are and why Google measures sites with them
Core Web Vitals are a set of three metrics defined by Google that assess the actual visitor experience: whether content loads quickly, whether the page responds to actions, and whether the layout stays stable. Unlike older speed tests, these metrics measure not a server's "on-paper" speed but what a real person with a phone in hand actually feels.
Google uses these metrics as one of its search ranking signals. It is not the most important signal — content relevance still matters more — but when two similar pages compete for the same spot, the faster one often wins. On top of that, "field" data (the experience of real Chrome users) is collected over the trailing 28 days, so improvements are not visible immediately.
LCP — how fast the main content appears (threshold 2.5 s)
LCP (Largest Contentful Paint) measures how long it takes for the largest visible element to load — usually the hero image, the heading or the first block of text. Google's recommended threshold is under 2.5 seconds. From 2.5 to 4 s the metric is rated "needs improvement", and above 4 s it is "poor". In practice, LCP is most often ruined by oversized images and a slow server response.
INP — how fast the page responds to a tap
INP (Interaction to Next Paint) replaced the older FID metric in 2024 and measures how long it takes the page to respond visually to a visitor's action — clicking a button, opening a menu, filling in a form. A good threshold is under 200 milliseconds. If nothing happens for half a second after a click, the person clicks again or leaves. INP is most often ruined by excessive or poorly written JavaScript.
CLS — visual stability so content doesn't jump
CLS (Cumulative Layout Shift) measures how much page elements "jump" while loading. A familiar situation: you go to tap a button, but at that moment an ad or image loads above it, and you tap the wrong thing. A good threshold is below 0.1. CLS is most often ruined by images and ads without declared dimensions and by fonts that load late.
Why speed directly affects sales and SEO
Speed affects your business through two channels — visibility in search and visitor behaviour on the site. First, faster sites have an advantage in Google rankings. Second, and often more important, slowness directly reduces conversions.
The logic is simple: every extra second of waiting increases the chance that a visitor leaves. On mobile connections, where the signal is often weaker, this is even more sensitive — and the majority of Lithuanian visitors open sites on a phone.
A fast site won't sell for you, but a slow one sells for your competitor — while your page is still loading, the visitor has already gone back to Google and clicked the next result.
Here is an illustrative, indicative example (2026). Suppose your site gets 5,000 visitors a month and an average 2% conversion to an enquiry — that is 100 enquiries. If lowering LCP from 4.5 s to 2.2 s reduces early drop-offs and conversion rises to 2.4%, you get 120 enquiries — 20 extra potential customers a month with no additional advertising. Exact numbers depend on the business, but the direction is consistent: speed is directly tied to money.
The most common causes of slowness
Most slow small-business websites in Lithuania suffer not from exotic problems but from a handful of recurring mistakes:
- Oversized images. A 4000 px wide, multi-megabyte photo is uploaded and then shown in a 600 px box. This is the most common cause of poor LCP.
- Excessive JavaScript. Numerous plugins, tracking pixels and chat widgets that block page responsiveness and ruin INP.
- Heavy template themes. Generic WordPress templates with dozens of unused features that drag everything down.
- Slow or cheap hosting. Shared servers where the server response takes a second or more.
- Ads and elements without dimensions, which make content jump and raise CLS.
How to measure your site's metrics for free
You need neither specialists nor paid tools to find out where you stand. Start with these two free Google tools:
- PageSpeed Insights (pagespeed.web.dev) — enter your site address and you get LCP, INP and CLS scores separately for mobile and desktop, along with concrete recommendations.
- Google Search Console — the "Core Web Vitals" section shows real visitors' experience over the trailing 28 days, grouped by page type. This is the best source because it relies on real data rather than a one-off test.
It is important to distinguish two data types. "Field" data (Search Console, the top of PageSpeed) shows real experience and drives ranking. "Lab" data (the bottom of PageSpeed) is a one-off simulated test — useful for finding problems, but it does not drive ranking directly. Always assess the mobile view more carefully than desktop.
First steps to improve speed
The biggest gains usually come from the simplest changes. Here is a practical sequence by benefit-to-effort ratio:
- Compress and convert images to WebP or AVIF format. This single step often improves LCP the most.
- Enable lazy loading for images that are not visible the moment the page opens.
- Set width/height on images and ads to fix CLS.
- Enable caching and, if possible, a CDN — this reaches Lithuanian visitors faster.
- Remove unused plugins and scripts, especially those that load on every page for no reason. This helps INP.
- Consider faster hosting if the server response consistently exceeds 0.5–0.8 s.
Some of this you can do yourself, especially in WordPress with the right plugins. But if the site is built on a heavy theme or the problems keep coming back, it is often cheaper and more reliable to revisit the web development foundation than to patch endlessly. We cover how speed relates to sales in more detail in why a fast website sells.
Check your site now
Start with a simple step: run a free website check that shows your Core Web Vitals and the specific problems in plain language. If the results are poor, or you want speed handled from the start when building a new site, get in touch through a consultation — together we'll decide whether a few fixes are enough or whether the foundations are worth renewing.