·8 min·Website

Website Speed: Why Every Second of Load Time Costs You Revenue

A slow website costs you customers, rankings, and revenue. Learn how to optimize load times, improve Core Web Vitals, and keep Google happy.

A slow website is an expensive mistake

The numbers are clear: 53% of mobile visitors leave a site that takes more than 3 seconds to load. Amazon has calculated that every 100 milliseconds of load time reduces their revenue by 1%. For Swiss SMBs, the impact is proportionally just as severe.

Your load time affects three business-critical areas simultaneously: conversion rate, Google rankings, and user experience. Failing to optimize here means losing on all fronts.

Core Web Vitals: What Google measures in 2026

Google evaluates your website's loading performance using three core metrics:

LCP (Largest Contentful Paint)

Measures how long it takes for the largest visible element to load – typically an image or text block. Target: under 2.5 seconds.

INP (Interaction to Next Paint)

Measures response time to user interactions – clicks, taps, keyboard input. Target: under 200 milliseconds.

CLS (Cumulative Layout Shift)

Measures how much elements shift during loading. If a button jumps while you're trying to click it, that's a high CLS. Target: under 0.1.

Immediately actionable measures

1. Optimize images

Images are almost always the biggest performance killer:

  • Format: WebP or AVIF instead of JPEG/PNG (30–50% smaller at the same quality)
  • Size: Serve images at the actually needed dimensions, not 4000×3000 px for a 400px thumbnail
  • Lazy loading: Only load images below the fold when the user scrolls to them
  • Responsive images: Different sizes for different screens via `srcset`

2. Minimize JavaScript

Too much JavaScript slows both loading and interactivity:

  • Remove unused scripts (old plugins, tracking pixels, social media widgets)
  • Code splitting: Only load JavaScript needed for the current page
  • Defer and async: Don't load non-critical scripts immediately
  • Audit third-party scripts: Every chat widget, tracker, and font costs performance

3. Set up caching

Caching stores previously loaded resources locally in the visitor's browser:

  • Browser caching: Set cache headers on static files (images, CSS, JS)
  • Use a CDN: Content Delivery Network like Cloudflare or Vercel Edge distributes content globally
  • Page caching: Static HTML pages instead of dynamic server rendering

4. Reconsider hosting

A slow server negates every optimization. Swiss SMBs often use cheap shared hosting for CHF 5/month – and wonder why their site takes 6 seconds to load.

  • Recommendation: Managed hosting or modern platforms like Vercel, Netlify, or Cloudflare Pages
  • Server location: For Swiss audiences, ideally a European data center

5. Optimize fonts

Custom fonts are a frequent performance killer:

  • Use font-display: swap so text is immediately visible
  • Only load the font weights you actually need
  • Use Woff2 format
  • Consider system fonts as an alternative – often barely any visual difference

Tools for measurement and monitoring

Google PageSpeed Insights

The standard: Gives you a score from 0–100 with specific optimization recommendations for mobile and desktop.

Google Search Console

Shows Core Web Vitals for all your pages and warns about problems. Essential for every website.

GTmetrix

More detailed analysis than PageSpeed Insights. Shows exactly which resources take how long to load (waterfall diagram).

The math: What a slow website costs you

Example: 1,000 visitors per month, 3% conversion rate, CHF 5,000 average customer value.

  • Fast website (under 2s): 3% conversion = 30 leads = potentially CHF 150,000
  • Slow website (5s+): Conversion drops to 1% = 10 leads = potentially CHF 50,000

Difference: CHF 100,000 per month – because of 3 seconds of load time.

The numbers are simplified, but the direction is correct: A fast website isn't a technical nice-to-have – it's a direct revenue lever.

Share:

Your website losing customers?

Let's find out where you're leaving potential on the table in 30 minutes.

Book Free Strategy Call →