bigweb.
All insights
PERFORMANCE 7 min read

BIGWEB field note

Your Core Web Vitals score is costing you customers — here's the math.

Google doesn't just use Core Web Vitals for ranking. Slow sites lose 53% of mobile visitors. We break down the revenue impact per second of load time.

Your Core Web Vitals score is costing you customers — here's the math. editorial cover
In brief

A practical perspective for teams making consequential digital decisions.

Start reading
Read for the decision

What should change in the way your team sees, discusses, or acts on the problem?

Keep the useful parts

There is a dangerous misconception among business owners and even many marketing agencies that Google's "Core Web Vitals" are simply an SEO vanity metric. They believe that as long as the site looks good on their high-end MacBook on a gigabit connection, speed is a secondary concern.

This is mathematically false. Google doesn't just use Core Web Vitals for ranking; they use it because slow sites actively destroy businesses. Slow sites lose 53% of mobile visitors before those visitors even see a single pixel of your content.

Here is the exact revenue impact per second of load time, and how to fix it.

The One-Second Rule: Bezos Was Right

Amazon famously calculated a decade ago that every 100 milliseconds of load time delay cost them exactly 1% in total sales. For a company doing $500 billion in annual revenue, that equates to $5 billion lost per second of delay. Google corroborated this by finding that as page load time goes from 1 second to 3 seconds, the probability of a bounce increases by 32%.

Your business isn't Amazon. But the underlying principle of human psychology and digital friction scales linearly to every website on earth.

If your e-commerce or lead-generation website generates $50,000/month, and your mobile load time is 4 seconds instead of 2 seconds, you are actively losing approximately $5,000–$7,500/month in top-line revenue that you will never see. That is cash left on the table simply because your server took too long to respond or your images were too large.

What Core Web Vitals Actually Measure (Without the Jargon)

Google evaluates three highly specific, user-centric metrics to determine if your site is "healthy" enough to rank well and convert efficiently:

1. Largest Contentful Paint (LCP) This measures how quickly the absolute main content of your page (usually the hero image or the main headline text) fully loads. Google's Target: Under 2.5 seconds. The Reality: Most sites we audit fail miserably, averaging 4–8 seconds because they load massive, unoptimized background videos or heavy hero images.

2. Interaction to Next Paint (INP) This replaced the old FID metric. It measures how quickly the page responds when a user actually interacts with it (clicking a button, opening an accordion, typing in a form). Google's Target: Under 200 milliseconds. The Reality: Most sites we audit suffer from 400–800ms delays because their main thread is completely blocked by bloated third-party tracking scripts and heavy JavaScript frameworks.

3. Cumulative Layout Shift (CLS) This measures visual stability. Have you ever gone to click a button, but the page suddenly shifted downwards because an ad or image loaded late, causing you to click the wrong thing? That's a layout shift. It is infuriating to users. Google's Target: Under 0.1. The Reality: Most sites we audit score 0.3–0.5 due to images without defined dimensions and dynamically injected promotional banners.

The 4 Fixes That Actually Move the Needle

You do not need to rewrite your entire codebase to fix this. 80% of Core Web Vitals improvements come from executing four specific technical changes flawlessly:

1. Ruthless Image Optimization — Stop using JPEGs and PNGs. Convert every asset to next-gen formats like WebP or AVIF. Implement strict lazy loading for everything below the fold, and serve mathematically perfect responsive sizes based on the user's device. This single change typically improves LCP by 40–60% overnight. 2. JavaScript Reduction and Deferral — The average WordPress or Shopify website loads over 400KB of JavaScript that never even executes on the current page. We audit the main thread, remove unused scripts, and rigorously defer non-critical JavaScript (like analytics and chat widgets) until after the main UI has rendered. 3. Modern Font Loading Strategy — Custom web fonts are notorious render-blockers. By switching to font-display: swap, preloading critical fonts in the document head, and subsetting fonts to only the characters you actually use, we routinely eliminate 200–500ms of blank-screen render-blocking time. 4. Edge Deployment Architectures — If your server is in New York and your customer is in London, latency is unavoidable. By moving the entire front-end architecture to an Edge Network (like Vercel or Cloudflare), we reduce the Time to First Byte (TTFB) from a sluggish 800ms down to under 100ms globally.

The Real-World ROI Calculation

Performance engineering isn't cheap, but it is one of the highest-ROI investments a business can make.

Our Site Speed & Core Web Vitals Fix typically costs $2,500–$4,500. The average client sees a 40% increase in organic traffic within 60 days as Google rewards the new metrics, combined with an immediate, measurable conversion rate improvement from the vastly superior user experience.

For a business generating $30,000/month online, that optimization typically translates to $8,000–$12,000 in additional monthly revenue.

The math is clear: the fix pays for itself in the first week. Every week after that is pure profit.

That is the note.Apply it to your business

Reading is useful. Clarity is better.

Find where growth is getting stuck

Occasional field notes

Useful thinking,
without the theatre.

Ideas about digital growth, buyer behaviour, and better websites. Sent when we have something worth saying.