Performance

Why your slow website is costing you customers.

A 1-second delay reduces conversions by 7%. Here's how we optimise Core Web Vitals and what you can do right now.

July 4, 20264 min readBy PinexaDigital

Google's research is unambiguous: a 1-second delay in page load time reduces conversions by 7%. A 3-second load time loses 53% of mobile visitors before your page even finishes rendering. If your website takes more than 3 seconds to load on a phone, you are paying for advertising and SEO that drives people to a page they leave before you get a chance to make your case.

What Core Web Vitals actually measure

Google uses three metrics, collectively called Core Web Vitals, as ranking signals. Understanding them helps you prioritize what to fix.

  • LCP (Largest Contentful Paint): how fast the main visible content loads. Target: under 2.5 seconds. This is usually your hero image or headline.
  • INP (Interaction to Next Paint): how responsive the page is when users click, type, or tap. Target: under 200ms. Slow INP means the page feels laggy and unresponsive.
  • CLS (Cumulative Layout Shift): how much the page jumps around while loading. Target: under 0.1. Every jump erodes user confidence and causes accidental clicks.

Google uses Core Web Vitals as a ranking factor. Two pages with identical content, one scoring 95 and one scoring 45, will not rank equally. The faster page wins.

The five biggest causes of slow websites

  1. 1Unoptimized images. A single uncompressed hero image can add 3–5 seconds to load time. Every image on your site should be served in WebP format, sized to the exact display dimensions, and lazy-loaded if it's below the fold.
  2. 2Too many plugins (WordPress). Sites with 30+ active plugins regularly load in 6–10 seconds. Audit ruthlessly: if a plugin serves a function you can replicate with 10 lines of code, remove it.
  3. 3Cheap shared hosting. A $3/month shared hosting plan puts your site on a server with hundreds of other sites. When any of them gets traffic, everyone slows down. For a business website, spend at least $20/month on managed hosting.
  4. 4No page caching. Without caching, your server rebuilds every page from scratch on every request. Enable caching and your server serves pre-built HTML in milliseconds.
  5. 5Render-blocking third-party scripts. Live chat widgets, ad tracking pixels, and marketing automation tools often block page rendering until they load. Audit every third-party script and defer or remove anything non-essential.

How to check your current speed

  • Google PageSpeed Insights (pagespeed.web.dev): free, shows both mobile and desktop scores
  • GTmetrix: detailed waterfall analysis showing exactly which resources are slow
  • WebPageTest.org: advanced testing from different global locations

A PageSpeed score below 70 on mobile is actively hurting your search rankings. Below 50 is a significant competitive disadvantage. Above 90 is where high-converting sites typically live.

What a fast website looks like in practice

At PinexaDigital, every site we build with Next.js consistently scores 90–99 on PageSpeed Insights. Next.js pre-renders pages at build time, so there's no server processing delay. Images are automatically converted to WebP/AVIF and sized correctly via next/image. Fonts load with font-display: swap to eliminate invisible text. The result is a site that feels instant, because it nearly is.

The real cost of a slow website

A service business generating $15,000/month from its website at a 1.5% conversion rate is converting 1.5 out of every 100 visitors. Improving load time from 5 seconds to 1.5 seconds, with no other changes, can realistically push that to 3.5%. That's more than doubling revenue from the same traffic. A $499 website rebuild that achieves this pays for itself in the first month. Speed isn't a technical detail. It's a business decision, and one that erodes on its own if nobody's maintaining the site after launch.

PD

PinexaDigital

Web design and development agency helping US businesses grow online. We write about web design, SEO, e-commerce, and digital growth for business owners who want honest, actionable information.