What a Slow Website Actually Costs You

You have read the statistics: every extra second costs conversions. Those studies were run on sites that are not yours, with traffic that is not yours. Here is how to compute the number for your own business, which is both more accurate and more persuasive when you are deciding whether to spend money on it.
Step one: find your real load time
Not the score, the time. In Google Analytics or your analytics tool of choice, look at average engagement time and bounce behavior split by device. Then run your three most important pages through a real-device speed test and note the largest contentful paint on mobile. If mobile LCP is over four seconds, you have room to work.
Step two: segment by speed
Compare conversion rate on desktop against mobile. Some of that gap is intent, but on most small business sites a meaningful chunk is patience. If desktop converts at 3% and mobile at 1.1%, and mobile is 65% of your traffic, the gap is the number to chase.
Step three: put a dollar on it
Take your monthly mobile sessions, multiply by the conversion gap you think is speed-related (be conservative, use a third of it), and multiply by the value of a conversion. On a site with 4,000 mobile sessions a month, a 0.5 point recoverable gap, and a $400 average job, that is $8,000 a month. Even if you are wrong by half, the fix pays for itself immediately.
Where the time usually goes
- Images uploaded at full camera resolution and scaled down in the browser.
- Three font families with six weights each.
- Page builders that ship the CSS for every module whether you used it or not.
- Chat widgets, tracking pixels, and A/B testing scripts loaded before content.
- No caching, or caching that is disabled for logged-in users, including you, which is why you may not see the problem.
The one-hour version
Compress and resize the images on your five busiest pages, drop to two font weights, defer third-party scripts, and turn on page caching. On a typical small business site, that combination alone cuts load time by half, and it does not require a redesign.


