Website-Pflichtencheckby Jurono
PerformanceWebsiteTechnicalMaintenanceNews

INP and Core Web Vitals: why website checks should not stop at load time

Interaction to Next Paint is part of Core Web Vitals and shows whether a website actually responds after loading. Website owners, agencies, and dev teams should include INP in maintenance, QA, and performance audits.

By Jurono
Updated: July 4, 2026

Many website checks still stop where the page looks loaded. That was always a little optimistic. Since Interaction to Next Paint, or INP, became relevant as a Core Web Vitals metric, it is also practically too narrow.

Users do not judge a website only by whether the hero section eventually appears. They click menus, open filters, submit forms, accept or reject cookies, switch tabs, start videos, or use a checkout. If those interactions respond slowly, the site feels broken — even if the Lighthouse score looks friendly on paper.

What INP measures

INP measures responsiveness across interactions such as clicks, taps, and keyboard input. web.dev describes INP as a metric that observes the latency of user interactions throughout the page lifecycle and reports a value intended to represent overall responsiveness. As a practical threshold, web.dev says up to 200 ms is good, above 200 to 500 ms needs improvement, and above 500 ms is poor.

Google introduced INP as the successor to First Input Delay. The important difference is that FID only looked at the first interaction. INP looks more broadly at real interactivity. For modern websites, that is more realistic because the problem is often not the first click, but later UI states: cookie banners, filter lists, form validation, modals, booking flows, or JavaScript widgets.

Why small websites should care

INP may sound like performance-nerd territory. In reality, it hits very normal website projects:

  • A WordPress theme ships too much JavaScript.
  • A page builder creates large DOM structures.
  • A cookie banner blocks the main thread.
  • Tracking scripts run on every page.
  • A form validates too much in the browser.
  • A shop filter rerenders hundreds of elements.
  • A chat widget attaches itself to every interaction.

The result: the page may load acceptably, but feel heavy and sluggish. That is where business damage starts: fewer inquiries, more drop-offs, worse mobile experience, and annoyed users.

What an INP check should cover

A useful website check should not only look at the homepage and load time. For INP, real interactions matter:

  1. Test the cookie banner: open it, reject, accept, save settings.
  2. Check navigation: mobile menus, dropdowns, tabs, and accordions.
  3. Test forms: input, validation, error messages, submission.
  4. Walk through conversion flows: inquiry, checkout, booking, login, or newsletter signup.
  5. Watch third parties: analytics, pixels, chat, maps, videos, consent tools.
  6. Take mobile seriously: weaker devices reveal problems earlier than a developer laptop.
  7. Separate field and lab data: PageSpeed Insights, CrUX, and RUM answer different questions.

The key point: a lab test without interaction can miss INP problems. If nobody clicks, taps, or types, you do not see where the website actually gets sticky.

Typical technical causes

Poor INP is often not one monster bug. It is usually the sum of many small decisions: large JavaScript bundles, long tasks on the main thread, unnecessary rerenders, complex layout calculations, too many event listeners, uncontrolled third-party scripts, overloaded tag managers, or animations that ignore weaker devices.

For Website-Pflichtencheck, the question is therefore not only: Is the page fast? The better question is: which interactions feel slow for real users, and which scripts or components cause that?

Mini checklist for website teams

Small teams can start with a repeatable process:

  • Check PageSpeed Insights for important URLs once per quarter.
  • Retest after relaunches and major plugin or tracking changes.
  • Click through mobile user flows deliberately, not only desktop.
  • Test consent, form, and checkout flows separately.
  • Document suspicious third-party scripts.
  • Regularly remove unused scripts and JavaScript bloat.
  • Consider real user monitoring for critical pages.

This is not performance mysticism. It is maintenance. A website that visually loads but freezes on every interaction is not almost done. It is done testing its users’ patience.

Conclusion

INP shifts the question from "how fast does something appear?" to "how reliably does the website respond?". For website owners, agencies, and dev teams, that is useful because it is closer to real usage.

A good website check should therefore look at loading, stability, and interactivity together. Core Web Vitals are not an end in themselves. They are an early warning system for the places where users leave before they can even explain why the site feels bad.

Sources

Note: This article is a technical overview and does not constitute legal advice.

Jurono logo

Jurono

Technical website audits, website fixes, and AI code rescue for small businesses, practices, law firms, and founders in Germany.

Get our free security checklist before you go.

Download free PDF

Matching offers

Move forward directly

Based on the topics in this article — without a long search.

Website Quick Scan

When nobody is sure which scripts, cookie signals, or technical risks are currently running on the site.

249

Technical first assessment and clear priorities within two business days.

  • Quickly see whether tracking, cookies, external services, or HTTPS look suspicious
  • Mobile, load time, and technical issues explained in plain language
  • The most important points in a short priority list
Get clarity with Website Quick Scan

Pflichtencheck Pro

When the website matters, but nobody knows which technical required signals, risks, and fixes actually have priority.

549

Audit, assessment, and concrete action plan within 3-5 business days.

  • Everything from the Quick Scan, assessed and documented in more depth
  • Concrete findings for cookie, tracking, and external service signals
  • Visible required areas checked technically, without legal advice
Continue with Pflichtencheck Pro

AI Code Triage

When the project starts, but nobody knows why it keeps breaking.

390

Code review, build/import check, and rescue plan within two business days.

  • Repository check for broken imports, missing packages, and build errors
  • Assessment: repair, restructure, or discard
  • Prioritized fix list with effort estimate
A good fit: AI Code Triage

Get clarity before you commit to fixes.

Start with a technical check. If the findings are minor, you can stop there, hand the report to your existing team, or book targeted fixes later.

Technical audit and implementation, not legal advice. I check visible signals, integrations, and delivery issues; legal texts and binding legal assessments remain the work of lawyers or privacy consultants.

INP and Core Web Vitals: why website checks should not stop at load time