---
title: "Website speed and buyer drop-off: the tax on heavy property sites"
canonical: "https://en.prostor-agency.com/blog/website-speed-buyer-drop-off"
summary: "Property websites carry the heaviest media on the web: renders, tours, maps. Where the seconds actually go, what they cost in lost buyers, and the fixes that do not require deleting the beauty."
publishedAt: "2026-08-14"
---

Property sites carry some of the heaviest media on the web. Renders at
print resolution, drone video in the hero, a 3D tour, two map widgets
and an animation library, all competing for the same first seconds.
Each element earned its place in a meeting. Together they are a tax on
every visitor.

The tax is measurable. Google's own research found that as mobile load
time goes from one second to three, the probability of a bounce grows
by about a third, and more than half of mobile visits are abandoned
past the three second mark. Nothing about property buyers makes them
more patient; they arrive from an ad, on a phone, with four competitor
tabs already open.

## Where the seconds go

The same offenders appear in almost every audit we do. Hero images
exported straight from the render studio at 8000 pixels wide. Autoplay
video that starts downloading before the headline paints. Map and tour
widgets that load their whole engines on page open, whether the buyer
scrolls there or not. Font families in six weights when the design
uses two. And builder-generated markup where half the page is wrapper
divs, which is one of the quieter reasons
[we build money pages on code](/blog/nextjs-vs-website-builders).

None of these are exotic. That is the good news: boring problems have
boring fixes.

## Fixes that keep the beauty

Images do most of the damage and give back the most. Serving renders
in modern formats at the displayed size, with lazy loading below the
first screen, routinely cuts page weight several times over with zero
visible loss. The hero stays cinematic; it just stops weighing eight
megabytes.

Everything interactive loads on intent. Video plays when tapped. The
tour and the map wake up when scrolled into view. The
[unit selector](/blog/interactive-floor-plans) renders its first state
on the server so the buyer sees apartments, not a spinner. Progress
photos from the last three years live in an archive, not on the main
feed.

Then the layer under the media: server-rendered pages, static where
nothing changes per visitor, media on a CDN. This is the part buyers
never see and always feel.

## Speed is also a trust signal

An off-plan buyer is deciding whether a developer keeps promises. The
site is the first promise: this is how we do things. A page that
stutters on a phone whispers the wrong answer before the brochure says
a word. Fast sites read as competent, and competence is exactly what
[off-plan trust](/blog/off-plan-project-website) is built from.

Speed also feeds visibility. Core Web Vitals sit inside Google's
ranking systems, and slow pages get crawled less eagerly, by search
engines and AI assistants alike. The technical work pays twice: once
in conversion, once in traffic.

## What we do on projects

Every site we ship gets the same regimen: server rendering, images
optimised at build time, interactive blocks that load on intent, and
a speed check on real phones before launch, not after complaints. If
you want to know where your project site stands,
[send us the link](/services/websites) and we will reply with the
numbers and the three heaviest fixes, written down, free.
