A visitor on a phone, on mobile data, in a country where that data is not cheap. They tap your ad, wait, and leave before your homepage finishes drawing. You paid for that click.
What slow actually costs
Speed is not a vanity metric. It shows up in three places that all cost money: search rankings, bounce rate, and — if you advertise — the Quality Score that decides what you pay per click. A slow landing page makes every keyword more expensive, on every campaign, forever.
The uncomfortable part is that the same page can feel instant on your office wifi and take nine seconds on a phone in Johannesburg. If you have only ever tested it on your own laptop, you have not tested it.
A page that takes six seconds on mobile is not a slightly worse version of a fast page. It is a page most people never see.
Why page builders are heavy
Drag-and-drop builders are general-purpose. They ship the CSS and JavaScript for every feature they support, whether your page uses them or not — sliders you did not add, animations you did not enable, layout systems for sections you never built.
The result is a few hundred kilobytes of code that must download, parse and execute before a single word of your content appears. On a fast connection you never notice. On mobile data, you do.
How to measure it properly
Open PageSpeed Insights, enter your URL, and read the mobile tab, not desktop. The number that matters most is Largest Contentful Paint — how long until the main content is actually visible. Under 2.5 seconds is the threshold.
Test the page people actually land on. Your homepage might be fine while the service page your ads point at is twice as heavy.
What to do about it
Three changes in order of impact. First, put a CDN in front of the site — if your server is in one country and your customers are in another, this alone can cut load time dramatically. Second, convert images to WebP and size them properly; images are usually most of the page weight. Third, remove the page builder from the pages that matter, or rebuild them hand-coded.
That third one sounds drastic. It is also the difference between six seconds and under two, and it is a one-time cost against a bill you pay on every click.