Short answer: Speed is a ranking signal and a conversion signal at once. Google reports that 53% of mobile visitors leave a page that takes more than three seconds to load, and studies show conversions drop by around 4% for every additional second, or up to 7% per 100ms on checkout-critical pages. For real estate that means fewer enquiries; for e-commerce, fewer orders. The fixes are well understood: images, caching, scripts, and hosting.
The numbers
- 53% of mobile visitors abandon a page slower than 3 seconds (Google).
- ~4.4% average conversion drop per extra second of load time.
- Up to 7% conversion loss from a 100ms delay on high-intent pages.
- Google uses page experience (Core Web Vitals) as a ranking factor.
A slow site loses rankings and conversions simultaneously — and you won't see it unless you measure it.
Core Web Vitals, in plain terms
| Metric | What it measures | Target |
|---|---|---|
| LCP (Largest Contentful Paint) | How fast the main content appears | < 2.0s |
| INP (Interaction to Next Paint) | How fast the page responds to a tap | < 200ms |
| CLS (Cumulative Layout Shift) | How much the layout jumps around | < 0.1 |
For real estate, listing detail pages are usually the worst — large photo galleries and map scripts. For e-commerce, product pages and the cart.
What actually makes sites slow
- Unoptimised images. The biggest offender. Serve WebP/AVIF, size them correctly, lazy-load below the fold.
- Too many third-party scripts. Chat widgets, analytics, A/B tools, ad pixels — each blocks rendering. Audit and defer.
- App bloat (Shopify) or plugin bloat (WordPress). Each adds CSS and JS. Replace what you can with theme code.
- No caching or CDN. Every visitor hitting the origin server for everything.
- Render-blocking CSS and fonts. Inline critical CSS, preload key fonts, self-host them.
- Heavy database queries (WooCommerce). Clean up, index, cache query results.
The fix, in order
- Measure — PageSpeed Insights and the Core Web Vitals report in Search Console (real-user data).
- Images — format, size, lazy-load. This alone often moves LCP into the green.
- Scripts — remove, defer, or delay non-critical third parties.
- Caching and CDN.
- Fonts and critical CSS.
- Re-measure with real-user data over a week, not a single lab test.
Key takeaways
- Speed costs you rankings and conversions at the same time.
- 53% leave after 3 seconds; ~4% conversion lost per extra second.
- Worst pages: real estate listing detail, e-commerce product and cart.
- Biggest wins: images, then third-party scripts, then caching. In that order.
FAQ
What's a "good" load time?
Will speeding up my site change the design?
My PageSpeed score is fine but the site feels slow — why?
Is it worth it if I only get a small speed gain?
Alamin Sultan
Web developer for real estate and e‑commerce. WordPress · Next.js · MERN.
