Web Design

What's a 'good' page load speed in 2026?

Updated April 22, 2026
Quick Answer

For competitive categories, your Largest Contentful Paint (LCP) should land under 2.0 seconds, Interaction to Next Paint (INP) under 150 milliseconds, and Cumulative Layout Shift (CLS) under 0.05 on real-user (field) data — measurably better than Google's official 'Good' thresholds (LCP under 2.5s, INP under 200ms, CLS under 0.1). Lab-only scores like Lighthouse Performance 95+ are useful as a smoke test but not a substitute for Chrome User Experience Report (CrUX) field data.

Field data is the only score Google uses for ranking

Core Web Vitals as a ranking signal is calculated from CrUX field data — real Chrome users on real devices and connections — not Lighthouse. A site with Lighthouse 100 in lab conditions can fail Core Web Vitals if real users experience slower performance.

Check field data in Search Console under 'Core Web Vitals' or via the public CrUX dashboard. The 75th-percentile metric is what Google uses; if 75% of your real users hit the 'Good' thresholds, you pass.

Why we recommend exceeding the official thresholds

Google's 'Good' thresholds (LCP under 2.5s, INP under 200ms, CLS under 0.1) are minimums. In competitive categories the marginal impact of moving from 2.4s to 1.8s LCP is meaningful both for organic ranking and for conversion rate. Across measured engagements, sites that beat the threshold by 30%+ saw conversion lifts of 5–15% versus baseline.

Mobile is the binding constraint. Mobile LCP on mid-range Android devices is typically 2–3× slower than desktop. Optimise for the median Android, not the latest iPhone, if you want field data to pass at the 75th percentile.

The high-leverage performance fixes in 2026

Image optimisation remains the single largest LCP lever. Serve modern formats (AVIF, WebP), set explicit width and height attributes, lazy-load below-the-fold images, and use responsive srcset. A typical site we audit has 30–60% of its bytes in oversized images.

JavaScript bundle size is the second-largest lever, especially for INP. Avoid loading the entire React/Vue/framework bundle on landing pages that don't need it. Use code-splitting, defer non-critical scripts, and audit third-party tags — chat widgets, marketing pixels, and tag managers routinely contribute 50–200 KB each.

Self-host fonts where licensing allows, use font-display: swap with size-adjusted fallbacks to minimise CLS, and preload only the fonts above the fold. Loading 8 font weights when you use 2 is a routine finding.

Want this applied to your site?

Book a free 60-minute strategy call. We'll review your site live and walk you through exactly what to fix first.

People also asked

Web Design

Do I need a new website to improve my SEO?

Usually no — most Toronto sites can rank well with their existing build, optimized properly. You only truly need a rebuild if your site is on an outdated platform with no schema support, fails Core Web Vitals after every fix attempt, has unfixable architecture problems, or runs on a CMS that prevents technical SEO work entirely.

Read answer
Web Design

WordPress vs Webflow vs Shopify: which is best for SEO?

All three can rank well in 2026 with proper configuration. WordPress wins on flexibility and plugin ecosystem (Yoast/Rank Math, custom fields, programmatic SEO). Webflow wins on Core Web Vitals out of the box and clean code. Shopify is required if you sell physical products. Choose based on business model first, SEO capability second.

Read answer
Web Design

How much does a website cost in Toronto?

Template-based small business sites in Toronto run C$3,000–C$8,000. Custom-designed marketing sites range from C$10,000 to C$40,000. Ecommerce builds typically start at C$15,000 and scale to C$80,000+ depending on integrations. Enterprise rebuilds (50+ pages, custom CMS work, complex integrations) commonly exceed C$100,000.

Read answer
Web Design

What makes a website fast?

Fast websites combine three things: a fast host, optimized assets (images, fonts, JavaScript), and clean code architecture. The biggest wins for most Toronto sites are switching to a CDN-backed host, serving images in WebP/AVIF with proper sizing, and reducing third-party scripts (chat widgets, analytics, ads) that block the main thread.

Read answer