My site is slow: does it prevent me from getting clients?
The essentials: Yes, a slow site makes you lose clients — and probably more than you think. But contrary to what we hear everywhere, the problem is not just SEO: it is above all visitors abandoning before they even see your content.
What you will learn:
- The real impact of speed on your clients (not just on your Google ranking)
- Why a local SMB does not have the same stakes as an e-commerce site
- The real culprits of a slow site — and those wrongly accused
- A simple method to measure your speed in 2 minutes, even without technical skills
- Where to start to speed up without exploding your budget
Before continuing: This article is for SMB and SME leaders who already have a site and wonder if it is worth investing to speed it up. If you don’t have a site yet or if you use an out-of-the-box solution like Wix or Squarespace, the levers are different — but the principles remain valid.
Published on June 18, 2026 Ӣ Updated on June 18, 2026
In 2018, a masonry contractor from Haute-Garonne called me. His site was 4 years old, it was “beautiful” according to his agency — and it loaded in 7.8 seconds on mobile. The boss didn’t see the problem: “My clients are not in a hurry, they look at a builder’s site, not Netflix.”
Except Google saw the problem. And above all, visitors saw it.
The problem: A slow site does not just make you lose rankings in Google. It drives your visitors away before they have even seen what you offer.
The solution: In 8 minutes of reading, I give you the real numbers, the real culprits, and a method to know if your site has a speed problem — without any paid tool.
The proof: I support SMBs who have been losing clients without knowing it for years. Here is what I learned in the field.
Is your site’s speed really a Google ranking factor?
Yes, absolutely. And for longer than most people think.
Google integrated mobile page speed as a ranking factor in July 2018 — the famous “Speed Update”. But the real turning point was June 2021: Core Web Vitals (LCP, INP, CLS) became official ranking signals, confirmed by Google. Clearly, Google measures three things:
- LCP (Largest Contentful Paint): how fast does the main content of your page display? The goal is under 2.5 seconds.
- INP (Interaction to Next Paint): when a visitor clicks, does the site react immediately? Under 200 milliseconds is good.
- CLS (Cumulative Layout Shift): does the page “jump” during loading? A score under 0.1 avoids accidental clics.
| Metric | What it measures | Good score |
|---|---|---|
| LCP | Load speed of main content | < 2.5 s |
| INP | Responsiveness to clics | < 200 ms |
| CLS | Visual stability (no jumps) | < 0.1 |

What I learned in the field: I have seen sites technically “well ranked” lose positions solely because they failed Core Web Vitals on mobile. Conversely, I have seen sites with average content but impeccable CWV gain 5 to 10 places in 3 months. The signal exists. It is real.
But — and it’s the “but” that changes everything — ranking is only the tip of the iceberg.
“Core Web Vitals are a ranking factor, but they are not the most important ranking factor.”
— John Mueller, Search Advocate at Google
In other words, a slow site will not be systematically downgraded if it has exceptional content. But in reality, how many plumbers’ or contractors’ sites have content so exceptional that they can afford to ignore speed?
If your site does not already appear in Google, speed is likely just one symptom among others — I explain where to start in this article.
How many clients do I lose because of a slow site?
This is THE question. And the numbers are brutal.
53% of mobile visitors abandon a site that takes more than 3 seconds to load. This Google study, initially published in 2016 and confirmed by more recent data, remains the reference. Translation: if your site takes 4 seconds to display on a phone, you have perhaps already lost one prospect out of two before they even read your first sentence.
And it doesn’t stop there. A 2024 Portent study of more than 27,000 B2B sessions shows that:
- A site that loads in 1 second converts 5 times more than a site that loads in 10 seconds.
- The conversion rate of an e-commerce page drops from 3.05% at 1 second to 1.68% at 2 seconds. A division by two in just one additional second.
For a local SMB, the calculation is simple. Imagine:
| Site speed | Monthly visitors | Estimated bounce rate | Remaining visitors |
|---|---|---|---|
| < 2 seconds | 500 | 40% | 300 |
| 3-5 seconds | 500 | 60% | 200 |
| > 6 seconds | 500 | 75% | 125 |
You have the same number of visitors. You offer the same thing. But a site under 2 seconds keeps 2.4 times more engaged visitors than a site over 6 seconds.
“70% of consumers say that loading speed influences their buying decision.”
— Neil Patel, study on e-commerce speed
What this means for you: You don’t just lose Google rankings. You lose the people who already found you. And that is much worse.
Does speed matter as much for a local SMB as for an e-commerce?
Not exactly. And this is a nuance few articles explain.
An e-commerce site loses money directly at each second of loading: abandoned cart, frustrating checkout, product images that do not display. The calculation is cold: 100 ms of additional latency = 1% less revenue for Amazon, according to a historic internal study.
For an SMB — a roofer, an accountant, a beautician — the impact is less direct but just as real. Here is the difference:
| E-commerce | Local SMB | |
|---|---|---|
| Main goal | Sell online | Generate a call / form |
| Impact of a second of delay | Immediate sale loss | Abandonment before CTA |
| Critical threshold | 1-2 seconds | 2.5-3 seconds |
| Most sensitive page | Product page | Homepage + contact page |
For an SMB, the stake is not the cart. The stake is that the visitor stays long enough to understand that you are the right person and call you or fill out the form.
A builder’s site loading in 6 seconds: the visitor clics the Google button, sees a white screen, leaves. They will never know this builder was 5 km from their home, available the following week, and recommended by 3 of their neighbors.
The 3-Second Test: Take your phone, open your site on 4G (not Wi-Fi). If after 3 seconds you haven’t seen the main content appear, your site is too slow. No need for sophisticated tools for this first diagnostic — your eyes are enough.
What is really slowing down my site?
It is not necessarily what you think. Here are the real culprits, ranked from most common to rarest.
Culprit #1: Unoptimized images
80% of an average web page’s weight is images. A photo taken with a recent smartphone easily weighs 3 to 8 MB. If you upload it directly to your site without resizing it, it will be served in full resolution — even on a phone screen that only needs 400 pixels of width.
Typical correction: Convert to WebP, resize to actual display width, compress. A 4 MB image can drop to 60 KB with no visible loss.
Culprit #2: WordPress plugins

WordPress is the most used CMS in the world (64% market share). But the 2026 HTTP Archive data is clear:
- Only 49% of WordPress sites have good Core Web Vitals.
- The median weight of a WordPress page is 2.63 MB — the heaviest of the 7 CMS tested.
- Each plugin adds CSS, JavaScript, queries. 30 plugins = potentially 30 additional files to load.
This is one of the reasons why I build Oplia sites with Astro rather than WordPress: 67% good CWV, and page weight divided by 3 on average. I explain the difference in my article on the real cost of a site.
| CMS | Good CWV (%) | Median weight |
|---|---|---|
| Duda | 85% | — |
| Wix | 80% | — |
| Shopify | 79% | — |
| Astro | 67% | — |
| Joomla | 58% | — |
| WordPress | 49% | 2.63 MB |
Culprit #3: Low-end hosting
Shared hosting at €3 per month runs your site on a server shared with 500 other sites. Result: the TTFB (time to first byte) can exceed 1.5 seconds. Before your page even starts to load, you have already lost half a second.
What rarely slows down (contrary to popular belief)
- Videos: if they are hosted on YouTube and embedded with lazy loading, the impact is minimal.
- Animations: well coded, they weigh almost nothing.
- Google Analytics and tracking pixels: their impact is real but marginal compared to the three culprits above.
From my experience: 9 times out of 10, a slow SMB site has a problem of unoptimized images AND too many unused plugins. The two combined represent 90% of the problem. Start there.
How to measure my site’s speed without being an expert?
In 2 minutes, for free. Here is the method.
Step 1: PageSpeed Insights

Go to pagespeed.web.dev, type your site’s URL, click “Analyze”.
You get a report with a score from 0 to 100 on mobile and desktop. What interests me is the mobile score — that is the one Google looks at in priority since the switch to mobile-first indexing.
Step 2: Read the report without drowning
Ignore 90% of the report. Focus on three things:
| What to look at | Where it is | What is good |
|---|---|---|
| The mobile score | Top left | > 70/100 |
| LCP (main display) | “Metrics” section | < 2.5 s |
| Recommendations | ”Opportunities” section | Fewer than 5 red/orange items |
Step 3: Interpret the score
- 90-100: Your site is fast. You can move on to something else.
- 50-89: There are improvements to make, but it is not an absolute emergency.
- 0-49: Your site has a serious speed problem. Every day that passes, you lose visitors.
What you must do:
- Go to pagespeed.web.dev
- Type your URL and run the analysis
- Note the mobile score
- Note the LCP (in seconds)
- Look at the “Opportunities” section — if “Compress images” or “Eliminate render-blocking resources” appears, you have your priorities
| # | Action | Done? |
|---|---|---|
| 1 | Test my site on PageSpeed Insights mobile | ☐ |
| 2 | Note my mobile score out of 100 | ☐ |
| 3 | Note my LCP (main display time) | ☐ |
| 4 | Identify the top 3 recommendations | ☐ |
| 5 | Check if “serve images in next-gen formats” appears | ☐ |
| 6 | Check the total weight of my homepage (at top of report) | ☐ |
| 7 | Run the test again in a week to see if my corrections worked | ☐ |
Interpret your score:
- 0-2: You have not measured yet. Run the test now, it’s free and takes 2 minutes.
- 3-5: You know where you stand, but there is still work to analyze or understand results. Focus on points 2, 6, and 7.
- 6-7: You have a clear vision of your speed and what needs correcting. The next step is taking action.
Where to start to speed up a site without breaking everything?
Assume you don’t need to rebuild your site. Most speed problems can be corrected on the existing site — provided you prioritize.
Priority 1: Images (1 hour of work, +20 points score)
This is the fastest lever with the best effort/result ratio.
- Identify images over 500 KB (PageSpeed Insights lists them in “Compress images”)
- Convert them to WebP (free tool: Squoosh)
- Replace files on your site
- Test again. You should see the score climb immediately.
Priority 2: Plugin cleanup (30 minutes, +10 points)
If you are on WordPress:
- Deactivate plugins you no longer use
- Delete them (do not leave them “deactivated”)
- Keep only essential plugins: SEO (Rank Math or Yoast), cache (WP Rocket), security
Priority 3: Caching (15 minutes, +5-10 points)
Install a cache plugin (WP Rocket is the reference), activate it with default settings. This is the simplest fix with an immediate impact on TTFB.
Priority 4: Change hosting (1-2 days, +10-15 points)
If your TTFB exceeds 800 ms despite the corrections above, your hosting is the bottleneck. Switch to managed hosting or Cloudflare Pages (free for a static site). This is more technical, but the gain is massive.
What I learned in the field: A craftsman to whom I simply did priorities 1 and 3 went from 34/100 to 81/100 on PageSpeed Insights mobile in a single morning. WebP images + cache. That’s all. No redesign. No new site. Just cleanup.
Frequently Asked Questions
”Does loading speed really influence my Google ranking?”
Yes. Google has integrated Core Web Vitals (LCP, INP, CLS) as ranking signals since June 2021. Mobile speed is a ranking criterion since 2018. But the SEO impact is only part of the problem: 53% of mobile visitors leave a site that takes more than 3 seconds to load, before even seeing what you offer.
”What is an acceptable loading time for an SMB site?”
The realistic goal is loading under 2.5 seconds on mobile. Google considers that beyond 3 seconds, the probability of abandonment increases by 32%. For an SMB, aiming for an LCP (display of main content) under 2.5 seconds is a good starting point.
”My site is slow because I have many images, is that serious?”
C’est le problème le plus courant et le plus facile à corriger. Des images non compressées, au format PNG ou TIFF, peuvent représenter 80% du poids d’une page. La solution : convertir en WebP, redimensionner à la taille d’affichage réelle, et utiliser le lazy loading.
”Is a WordPress site necessarily slower than a custom site?”
Not necessarily, but the 2026 HTTP Archive data shows that WordPress is the least performing of the 7 tested CMS. The median weight of a WordPress page is 2.63 MB, due to plugin accumulation. A custom site with a modern framework like Astro avoids these useless overhead layers.
”Can I test my site’s speed myself for free?”
Absolutely. Google offers PageSpeed Insights (score from 0 to 100 on mobile and desktop with recommendations) and Lighthouse (integrated in Chrome, F12 > Lighthouse tab). These tools show you exactly what slows down your site, ranked by priority.
Key Takeaways
- Yes, speed costs you clients — not only via SEO, but because visitors leave before seeing your offer. 53% of mobile users abandon after 3 seconds.
- An SMB does not need a site loading in 0.5 seconds. The realistic goal is under 2.5 seconds on mobile, with a PageSpeed score > 70. This is achievable in most cases without a redesign.
- Images and useless plugins are responsible for 90% of slowness on SMB sites. Correct these two levers and your score will jump.
- Measure before acting. PageSpeed Insights is free and takes 2 minutes. Without measurement, you are shooting in the dark.
For an SMB, a slow site is a salesperson taking 6 seconds to open the door. The prospect has already left.
To go further
- My website does not appear on Google: where to start? — Speed is one factor among others. Read this article for an overview.
- My website and Google profile are online… why don’t I have more clients? — Your site is visible and fast, but calls don’t come. Here is why.
- How much does a website actually cost in 2026? — If you are considering a redesign, this article gives you the real prices, no surprises.
A slow site is not seen on a desk. It is seen in your missed calls.
Need local support? Discover our service areas across France.