TL;DR — To check website performance in 2026, run these 4 tools in order: (1) Google PageSpeed Insights for Core Web Vitals scoring and lab data, (2) WebPageTest for waterfall analysis and connection-throttled tests, (3) Chrome DevTools Performance tab for INP debugging and main-thread profiling, (4) Search Console Core Web Vitals report for real-user field data. Target: LCP under 2.5 seconds, INP under 200ms, CLS under 0.1 on mobile. Belov Digital runs Core Web Vitals audits starting at $1,500.

The 4 tools you need to check website performance

1. Google PageSpeed Insights — your starting point

pagespeed.web.dev. Free. Run it on your homepage and 3-5 representative pages. Gives you a Core Web Vitals score (mobile and desktop), lab metrics (LCP, INP, CLS, FCP, TTFB), and a prioritized list of opportunities. Use the mobile score, not desktop — Google ranks based on mobile.

2. WebPageTest — for deeper analysis

webpagetest.org. Free. Gives you a full request waterfall, filmstrip, connection-throttled tests, and competitor comparisons. Use this when PSI flags an issue but doesn’t tell you where in the page load it happens.

3. Chrome DevTools Performance tab — for INP debugging

Built into Chrome. Open DevTools → Performance tab → record an interaction (click a button, open a menu). Shows you the exact JavaScript causing INP spikes. This is the only way to debug INP issues — PSI and WebPageTest don’t give you the call stack.

4. Search Console Core Web Vitals report — for real-user data

Search Console → Experience → Core Web Vitals. Free. Shows you Chrome User Experience Report (CrUX) data from real users hitting your site — the data Google actually uses for ranking. Lab tests can show 95/100, but if real users hit 70/100, you have a problem.

Performance targets to hit in 2026

MetricWhat it measuresTarget (Good)Needs improvement
LCP (Largest Contentful Paint)When the main content loads≤ 2.5s2.5-4.0s
INP (Interaction to Next Paint)How fast UI responds to clicks/taps≤ 200ms200-500ms
CLS (Cumulative Layout Shift)How much content jumps during load≤ 0.10.1-0.25
FCP (First Contentful Paint)When any content first renders≤ 1.8s1.8-3.0s
TTFB (Time to First Byte)Server response speed≤ 800ms800-1800ms
Total page weightBytes transferred≤ 2 MB2-4 MB

Most common performance fixes in 2026

  1. Image optimization. Convert all images to WebP or AVIF, lazy-load below-the-fold, eager-load the LCP image. Often a 1-2MB page-weight reduction.
  2. JavaScript audit. Audit your tag manager, chat widgets, analytics, and animation libraries. Delay non-critical JS, remove unused scripts. Major INP improvement.
  3. Server-side caching + CDN. Page caching (WP Rocket, LiteSpeed Cache, FastCGI) + CDN (Cloudflare, KeyCDN, Bunny). Cuts TTFB and LCP dramatically.
  4. Critical CSS extraction. Inline above-the-fold CSS, defer the rest. Improves LCP and reduces render-blocking.
  5. Font optimization. Self-host fonts, use font-display: swap, preload the LCP-text font. Avoid Google Fonts as external requests.
  6. Database query optimization (for WordPress). Identify slow queries via Query Monitor, add missing indexes, reduce post_meta lookups in critical paths.

Frequently asked questions

What is the best free tool to check website performance?

Google PageSpeed Insights (pagespeed.web.dev). Free, gives Core Web Vitals scoring, mobile and desktop. Use it on your homepage and 3-5 representative inner pages.

What are Core Web Vitals and why do they matter?

Core Web Vitals are Google’s metrics for real-user page experience: LCP (load speed), INP (interaction responsiveness), CLS (visual stability). They’re a confirmed Google ranking signal since 2021.

How do I fix slow Interaction to Next Paint (INP)?

Audit JavaScript event handlers in Chrome DevTools Performance tab. Common fixes: defer analytics and tag manager scripts, remove jQuery synchronous handlers, replace heavy animation libraries, debounce expensive event handlers.

Does website performance affect SEO rankings?

Yes. Core Web Vitals are a confirmed Google ranking signal. Sites with good CWV scores get a measurable boost over slower competitors, especially in competitive niches.

How often should I check website performance?

Monthly for content-heavy sites, weekly during active development, and after every major deploy. Set up continuous monitoring via SpeedCurve, Calibre, or PageSpeed Insights API for automated alerts.

Need a Core Web Vitals audit and fix plan? Belov Digital runs CWV audits starting at $1,500 →

Alex Belov

Alex is a professional web developer and the CEO of our digital agency. WordPress is Alex’s business - and his passion, too. He gladly shares his experience and gives valuable recommendations on how to run a digital business and how to master WordPress.