Site speed is treated as an engineering concern. It is a revenue concern — and the arithmetic is easier to run than most teams assume.
Speed gets deprioritised because it is hard to attach to a number. It is not, really. If you know your traffic, conversion rate and average order value, you can estimate the cost of your load time in an afternoon.
The compounding penalty
A slow site charges you twice. It loses visitors directly — bounce rate climbs sharply between one and three seconds — and it raises the price of every visitor you buy, because ad platforms factor landing page experience into what you pay per click.
- Largest Contentful Paint — when the main content appears. Target under 2.5 seconds.
- Interaction to Next Paint — how quickly the page responds to a tap. Target under 200 milliseconds.
- Cumulative Layout Shift — how much the page jumps while loading. Target under 0.1.
Where the time usually goes
In most audits the culprits are boringly consistent: uncompressed images, render-blocking third-party scripts, and client-side rendering that leaves users staring at a blank screen while JavaScript downloads. Marketing tags are frequently the single largest offender, and nobody owns them.
Fix the layout shift first
Of the three, cumulative layout shift is usually the cheapest to fix and the most immediately felt. Set explicit width and height on every image, reserve space for anything that loads late, and stop injecting banners above content that has already rendered.
Speed is not a technical nicety. It is the cheapest conversion rate optimisation available to most businesses.