Services

Core Web Vitals explained — LCP, INP, and CLS, their 2026 thresholds, what hurts each metric, and how to measure and improve them.

30 min · No commitment · Free

Ready to ship?

Want your Core Web Vitals in the green?

30 min · Free · No commitment

Deep dive

More on this topic

Core Web Vitals Explained

Core Web Vitals are three metrics Google uses to score real-user experience: Largest Contentful Paint (LCP) for loading, Interaction to Next Paint (INP) for responsiveness, and Cumulative Layout Shift (CLS) for visual stability. A page passes when all three hit their “good” threshold at the 75th percentile of field traffic. They are part of Google’s page experience signals and affect ranking.

The three metrics and their 2026 thresholds

The thresholds below are the “good” bar. To pass, you need this value or better for the 75th percentile of page loads — meaning three out of four real visits, not a single lab run.

MetricMeasuresGoodNeeds workPoor
LCPLoading — when the largest content element finishes painting< 2.5s2.5s–4.0s> 4.0s
INPResponsiveness — slowest interaction across the session< 200ms200ms–500ms> 500ms
CLSVisual stability — how much the layout shifts unexpectedly< 0.10.1–0.25> 0.25

INP replaced First Input Delay (FID) as a Core Web Vital in March 2024. It is harder to pass because it accounts for every interaction on the page, not just the first, and it measures the full delay from input to the next paint — not just the queueing time.

LCP: what hurts it and how to fix it

LCP marks the moment the largest visible element — usually a hero image, a heading, or a banner — finishes rendering. Four sub-parts add up to it: time to first byte, resource load delay, resource load time, and render delay.

What hurts LCP:

  • A slow server response (high TTFB caps how low LCP can go).
  • The LCP image being lazy-loaded, discovered late, or served oversized.
  • Render-blocking CSS and synchronous JavaScript in the <head>.
  • Web fonts that block text paint.

How to improve it:

  • Get TTFB under ~800ms with edge caching and a CDN close to users.
  • Set fetchpriority="high" on the LCP image and never lazy-load it.
  • Serve AVIF or WebP sized to the layout, and preload the LCP resource.
  • Inline critical CSS and defer the rest.

INP: what hurts it and how to fix it

INP measures how quickly the page responds across the whole visit. A single slow tap or click can fail the metric. The delay breaks into input delay, processing time, and presentation delay.

What hurts INP:

  • Long JavaScript tasks blocking the main thread (anything over 50ms).
  • Heavy third-party scripts — tag managers, chat widgets, analytics.
  • Large, synchronous event handlers and expensive re-renders.

How to improve it:

  • Break up long tasks; yield to the main thread with scheduler.yield() or setTimeout.
  • Code-split and defer non-critical JavaScript; audit and cut third-party tags.
  • Move work off the click path — debounce, memoize, or push it to a web worker.
  • Reduce hydration cost on framework sites with islands or partial hydration.

CLS: what hurts it and how to fix it

CLS sums the unexpected layout shifts that happen while a page loads and runs. It is a unitless score, not a time.

What hurts CLS:

  • Images and videos without explicit width and height.
  • Ads, embeds, and banners injected after first paint.
  • Web fonts swapping and re-flowing text.
  • Content inserted above existing content without reserved space.

How to improve it:

  • Always set dimensions or a CSS aspect-ratio on media.
  • Reserve space for ads, embeds, and dynamic content with min-height placeholders.
  • Use font-display: swap with a size-matched fallback to limit reflow.
  • Apply CSS transforms for animation instead of properties that trigger layout.

Lab data vs. field data

Lighthouse and WebPageTest run in a controlled lab and give you a trace — the waterfall, the long tasks, the unused bytes — which is how you find the cause of a problem. But the data that scores your page is field data: the Chrome User Experience Report (CrUX) and your own Real User Monitoring, segmented by device and connection. A 95 lab score with a failing CrUX LCP just means your test device is faster than your visitors’ phones. Diagnose in the lab, but always measure progress against the field at the 75th percentile.

Where to start

Pull your CrUX or RUM data first and find which of the three metrics fails and on which templates. Fix the one that fails for the most users, confirm the field number moves, then set a budget in CI so it does not regress. If you want a second set of eyes on what is slow and what it will take to fix, get in touch and send us a URL.

Testimonials

What our clients say

Direct feedback from teams we've shipped with.

HTML CSS Hugo +5

Alpina tech did a good job during the discovery phase of our project

4.9 / 5
J
John C. Delivery Manager Headless CMS rebuild and frontend integration
Strapi Next.js React +9

I had the opportunity to work with Alpina Tech and the experience was very positive. He successfully achieved the goals set, demonstrating talent and commitment at every stage of the work. Moreover, he was always attentive to my instructions and consistently available, which greatly facilitated communication and the de...

5.0 / 5
M
Michael A. Delivery Manager Rebuild Strapi Cloud CMS, migrate content, and integrate with Next.js frontend (Render)
Next.js React JavaScript +5

Alpina Tech is not only a very talented dev, but he's a fantastic partner who has a rich business acumen and is quick to complete anything you throw at him. He knocked out work in a single day that I wasn't expecting for a week. Will definitely work with him again.

5.0 / 5
D
David R. Technical Project Manager Fix Netlify Functions & Assessment Tool for Next.js Website
React Native React Node.js +7

Alpina Tech always responded promptly and got a lot done in the limited environment we had. If things weren’t clear, he’d message and make sure he has the scope right. I highly recommend him for full stack development.

5.0 / 5
J
James K. Technical Project Manager React Native + Node.js Developer for Collectibles App with GPT-4 Integration
UX/UI Design Figma Landing Pages +4

I had the opportunity to work with Alpina Tech on the design of several landing pages and a UI kit, and I couldn’t be happier with the results. He managed to deliver high-quality designs in a very short time. The landing pages were beautifully crafted, and the UI kit was exactly what we needed to streamline the project...

5.0 / 5
R
Robert N. Delivery Manager UX/UI design for landing + UI kit
React.js React Next.js +12

Working with Alpina Tech on a headless CMS project built with Strapi, Node.js, and Next.js was a great experience. His deep understanding of modern frontend frameworks, API development, and server-side rendering (SSR) ensured a smooth and efficient development process. Alpina Tech showcased excellent React.js and Next....

5.0 / 5
W
William P. Project Manager React Developer Needed for Headless CMS with Strapi, Shadcn, and TypeScript
Swift SwiftUI UIKit +8

We worked with Alpina Tech, a top-tier Apple ecosystem developer specializing in Swift, SwiftUI, UIKit, and Combine. Delivered a seamless, high-performance app with Core Data, iCloud Sync, AVKit, MapKit, and Push Notifications. Optimized for iOS, watchOS, and macOS, ensuring smooth performance and App Store compliance....

5.0 / 5
D
Daniel O. Delivery Manager Develop iOS mobile app
JAMstack Hugo Next.js +10

I hired Alpina Tech to build a custom Hugo website. He was a pleasure to work with. He took the time to understand exactly what I wanted at the beginning of the project, and he then proposed a much better way of achieving that. He communicated regularly, provided clear and timely updates, offered ongoing support with m...

5.0 / 5
M
Matthew M. Project Manager Installing a custom theme for Hugo website
Next.js React Sanity +7

Alpina Tech was incredibly helpful and a pleasure to work with! He not only assisted with improving the SEO of my startup but also fixed a challenging Sanity bug with great patience and professionalism. His expertise and attention to detail were invaluable, and he did an excellent job overall. Highly recommended!

4.9 / 5
A
Anthony L. Technical Project Manager SEO Technical Expert for Next.js & Sanity.io Blog Integration
UI/UX Design Figma Web Design +3

I had the pleasure of working with Alpina Tech on the UI/UX design for my public website, and I am extremely impressed with his work. He significantly expanded and improved upon the original design I already had, seamlessly integrating enhancements that perfectly matched the existing style. His ability to develop great...

5.0 / 5
B
Brian D. Delivery Manager UI/UX Designer for AI Startup
Jekyll JAMstack HTML +5

Working with Alpina Tech was a great experience. He is knowledgeable and delivers high-quality work. The agency boasts a wide range of talent, making it a good choice for various projects. Communication was consistently excellent, and Alpina Tech ensured that every aspect of the project worked as expected. The work was...

5.0 / 5
K
Kevin F. Project Manager Web Developer Needed to Convert Figma Landing Page Design to Jekyll Static Site
UI/UX Design Figma Landing Pages +4

Alpina Tech and the team have completed the design quickly and it looks great. They are very responsive and were able to quickly make adjustments that I have requested.

5.0 / 5
L
Lauren E. Delivery Manager Landing page and public site pages design
iOS Swift SwiftUI +3

Alpina Tech is awesome, he fixed a complicated bug on VPN iOS app in two hours.

5.0 / 5
R
Rachel Y. Technical Project Manager ASAP iOS Developer Swift/SwiftUI (Fix VPN Mobile App)
Hugo JAMstack HTML +3

Alpina Tech did an excellent job guiding us through the process and helping us achieve our project goals.

5.0 / 5
B
Brandon A. Project Manager hugo site work
GitHub Pages HTML CSS +4

Alpina Tech helped us launch a research project website. Thank you for being available on short notice!

5.0 / 5
E
Eric B. Delivery Manager Fix github.io page issue
Technical SEO Web Strategy Management

I had the pleasure of working with Alpina Tech on leadership and technical projects. The team is highly motivated, strategically minded, and has exceptional technical SEO expertise. Their approach significantly boosted our digital presence. I highly recommend Alpina Tech for engineering and leadership-driven projects –...

5.0 / 5
S
Steven T. CEO AT CLAWBUSTER GAME PROVIDER Leadership & Technical SEO Optimization
HTML CSS JavaScript +4

Alpina Tech demonstrates all the right qualities of a strong development team – deep frontend expertise, great communication, and a proactive work attitude. A reliable partner for any technical project.

5.0 / 5
S
Scott M. Delivery Manager Frontend Development & Collaboration
Web Development Frontend HTML +3

Alpina Tech is a very professional and reliable team. Working together on web projects was extremely successful. The team showed strong technical knowledge and excellent organizational skills.

5.0 / 5
J
Jonathan N. Business Analyst - Playtech Web Development Collaboration

Our team

The team you'll actually work with

We pair deep technical expertise with the kind of ownership you'd expect from your own in-house crew.

  • Same team from discovery to launch
  • Daily standups, Slack, and full transparency
  • Senior-only engineering, design, and QA
  • Long-term collaboration, not staffing
10+ years in the field
EU-based UTC+0 → UTC+3
Senior-only no juniors
Alpina Tech Team

Book a session

Let's just
{ Make it together! }

Learn how our services can improve your business processes, customer experience, and drive growth.

Schedule a meeting

Get a lightning-fast, SEO-optimized, high-performance web app for:

  • SaaS platforms
  • Marketplaces
  • Marketing websites
  • News portals
  • Catalogs & listings

Meeting agenda

  1. 01 Define goals & product scope
  2. 02 Quick technical SEO check-up
  3. 03 Outline your development roadmap
30 min
Web conferencing details provided upon confirmation.

Meet our team

Team member 1Team member 2Team member 3Team member 4Team member 5Team member 6

Success!

Form was sent to our team. We will contact you soon.

Get Your Estimate

Tell us about your project and we'll get back to you with an estimate.

Your Name
Solutions
Contact Email
Estimated Budget
Attach File