Website
Page Speed: The Real Cost of a Slow Website
A slow website loses visitors before they read your offer. Core Web Vitals, SEO rankings and conversions: what every business leader needs to know now.
A visitor lands on your site, waits, waits again — and leaves. Not because your offer failed to interest them. Because they ran out of patience before it even appeared on screen. Page loading speed is one of the most silent and costly filters a website can impose on its prospects.
Key takeaways
How quickly your site loads acts on two levers at once: the experience of your visitors — and therefore your conversion rate — and your visibility on Google, following the integration of Core Web Vitals as a ranking signal. A slow site loses prospects without leaving any trace in your revenue figures. A free Google tool is enough to run the diagnosis in a few minutes.
For a broader look at why websites fail to generate leads, see our guide on why your website generates no clients.
What "page loading speed" actually means
For a business leader, loading speed is not a single number but a sum of perceptions: the time before the page begins to display, the smoothness of the loading process, and the time before the user can click and get an immediate response.
Google formalised these perceptions under the name Core Web Vitals — three measurable metrics, integrated into its ranking algorithm since 2021.
Core Web Vitals: the three signals Google measures
LCP — Largest Contentful Paint
LCP measures the time needed to display the main visible element of the page: a hero image, a headline, a text block. This is what the user perceives first, and therefore their first impression of speed. A poor LCP gives the feeling that the site is "stuck" before it has even delivered its content.
INP — Interaction to Next Paint
Since March 2024, Google replaced the former FID metric with INP. This measures page responsiveness: how much time elapses between a click (or a keystroke) and the visible response from the page. A degraded INP translates into buttons that appear "unresponsive" — an immediate source of frustration.
CLS — Cumulative Layout Shift
CLS measures unexpected visual shifts: a button that moves at the last moment, text that jumps while loading. This causes unintended clicks — on an advertisement rather than an action button — and damages the professional image of your site.
Reference benchmarks: Google's official thresholds
| Metric | Good | Needs improvement | Poor |
|---|---|---|---|
| LCP — main display | < 2.5 s | 2.5 → 4 s | > 4 s |
| INP — responsiveness | < 200 ms | 200 → 500 ms | > 500 ms |
| CLS — visual stability | < 0.1 | 0.1 → 0.25 | > 0.25 |
Thresholds defined by Google, published on web.dev (2024).
Why a slow site drives your prospects away
Slowness acts as an invisible filter. Before reading your headline, your hook or your offer, a significant proportion of visitors have already closed the tab — particularly on mobile, where connections are less stable and users even less inclined to wait.
The problem is that a high bounce rate does not distinguish between "not interested" and "took too long to load". In your analytics tool, the two look identical. You may blame your content for a problem that is actually caused by your server or your images.
The impact is also psychological: a site that is slow to appear sends a negative signal about the professionalism of the business, before the visitor has even judged your offer.
The impact of speed on your organic ranking
In 2021, Google officially integrated Core Web Vitals into its algorithm via the "Page Experience" update. It is not the dominant criterion — content quality and relevance remain paramount — but it is a growing signal as your competitors start optimising for it too.
In practice: if two sites offer content of equivalent quality on a given query, the one with better Core Web Vitals will be favoured. For an SME where local SEO is critical — where a few positions often separate "visible" from "invisible" — this is a direct competitive advantage.
Speed also acts indirectly on SEO via user behaviour: a visitor who leaves immediately sends Google a dissatisfaction signal, which can weigh on your ranking over time. To explore the full link between your website and customer acquisition, see our comprehensive guide on attracting clients through digital channels.
How to diagnose your site's performance
Three free tools, no account required:
PageSpeed Insights (pagespeed.web.dev) — Google's official tool. It analyses any URL, displays your Core Web Vitals scores using real-world field data, and provides a prioritised list of recommendations.
Google Search Console — The "Page Experience" section lists your URLs ranked as "Poor", "Needs improvement" and "Good". If you do not yet have an account, adding one should be your next action.
Lighthouse — Built into Chrome (F12 → Lighthouse tab), it analyses any page under simulated mobile conditions. Useful for testing pages before they go live.
These tools produce data. Deciding what to fix first — your homepage, product pages, contact form — is the strategic decision that falls to the business leader.
The most common causes of a slow site
Unoptimised images
This is often the main cause of a poor LCP. A photo taken with a smartphone and uploaded directly to the site can weigh several megabytes. Compressed and converted to WebP format, that same image drops below 200 KB with no visible loss of quality.
Overloaded themes and plugins (WordPress)
A WordPress site with a "multipurpose" theme and a dozen or more plugins often loads dozens of unused scripts and stylesheets on every page. Each additional request adds to the loading time.
No caching
Without a cache, the server recalculates every page on every visit. A properly configured cache serves a pre-generated version — significantly faster, especially during traffic spikes.
Insufficient hosting
Entry-level shared hosting is adequate for a personal blog, not for a professional site receiving real traffic. The limitation is not always visible day to day — it shows up during a spike (campaign, press coverage) or during a performance audit.
Excessive third-party scripts
Third-party scripts — live chat widgets, advertising pixels, analytics tools — accumulate over time and sometimes block page rendering. Regular auditing removes the ones that no longer add value.
Sector-specific cases
E-commerce: the product page and the checkout page are the two critical points. Slowness at these stages occurs precisely when purchase intent is at its highest. For a deeper look at conversion factors for online shops, see the keys to a website that truly converts. For building an effective conversion path, see also how to turn your visitors into clients.
Tradespeople and local SMEs: the majority of local searches are performed on mobile. A slow mobile site is practically invisible to this audience: even if well-ranked, it does not convert. This is a particularly acute issue for construction, healthcare and proximity service businesses.
Consultants and professionals: a slow site damages professional credibility. A prospect who waits several seconds unconsciously associates that slowness with a lack of care, regardless of the actual quality of your offer. The first judgement is instant.
Frequently asked questions (FAQ)
My site "feels fast to me" — should I really worry about this? Your own experience is not representative. Your browser caches data, your connection is likely above the average of your visitors, and you know the navigation paths. PageSpeed Insights measures the actual experience — that is the figure that matters.
Does a website redesign automatically improve speed? No. A poorly specified redesign can actually make performance worse. Speed must appear as a delivery criterion in your brief, with Core Web Vitals thresholds agreed upfront. Without a contractual commitment, your provider will not optimise for it. If you are wondering whether a redesign is warranted, see how to know when it is time to rebuild your site.
Is WordPress inherently slow? No. A well-configured WordPress site — lightweight theme, cache, optimised images, plugins limited to essentials — can achieve excellent scores. The problem is rarely the platform; it is the implementation.
How much does a performance optimisation cost? It depends on the starting point. For a standard WordPress site with image and caching issues, a few hours of intervention is often enough. For a custom-built site with architectural problems, it is a more substantial project. The audit (PageSpeed Insights) is free — start there before committing any budget.
Do Core Web Vitals affect local SEO? Yes, indirectly. Your Google Business Profile carries its own weight in local rankings, but the site's Core Web Vitals influence its organic ranking — which remains a complementary lever, especially for queries beyond the local pack.
Sources
- Google. Core Web Vitals — Official metrics and thresholds. web.dev/explore/learn-core-web-vitals
- Google. PageSpeed Insights. pagespeed.web.dev
Written by

John Rademakers
Co-founder & Senior Advisor in Strategic Command
An entrepreneur for more than three decades, John Rademakers has helped create, grow and lead companies across a wide range of industries — from construction to aeronautics, and from automotive, finance and services to technology.
His conviction is simple: the companies that succeed over the long term rest on two inseparable fundamentals — rigorous management and effective marketing.
At NEXARA, he sets the strategic vision and guides business leaders through their decisions on digital transformation, automation and growth. Though not a developer himself, he has a deep understanding of technological challenges and relies on a team of top-level experts to design concrete, profitable solutions suited to real-world conditions.
Through his publications, he shares more than 30 years of entrepreneurial experience to help decision-makers make the right choices, avoid pointless investments and durably accelerate their growth.
// Got a project in mind?
Let's talk about your needs.

