Article Details
From Core Web Vitals to Revenue: Turning Milliseconds Into Money
Every engineering team knows the site is slow. Very few can say what that costs, which is exactly why performance work loses budget arguments to features. The fix is arithmetic, not advocacy.
Build the number in four steps
- Segment your real-user data by device and connection. Field data, not lab scores — your median mobile user is not your laptop.
- Bucket sessions by load time and read conversion rate per bucket. The curve is almost always steep between one and four seconds.
- Estimate how many sessions move up a bucket if you fix the top three bottlenecks.
- Multiply by average order value or lead value. That is your budget request, with a source.
Most teams find the same shape: a large group of mobile sessions sitting just past the point where conversion falls off a cliff, and two or three technical causes responsible for nearly all of it.
Which metric to chase first
- Largest Contentful Paint is usually the one tied to revenue. It is what the user experiences as "the page arrived".
- Interaction to Next Paint matters most on interactive apps and long forms — it is where heavy JavaScript shows up as frustration.
- Cumulative Layout Shift rarely changes conversion directly, but it produces mis-clicks and support tickets, and it is cheap to fix.
The fixes that actually move the needle
In order of return per hour: cutting or deferring third-party scripts, serving correctly sized modern-format images, removing render-blocking resources, caching at the edge, and only then application-level optimisation. Teams routinely start at the last item and wonder why the numbers barely move — the marketing tag manager was the bottleneck all along.
You cannot optimise your way out of four hundred kilobytes of analytics tags. Audit what the browser downloads before you refactor what the server does.
Set a performance budget once the gains are in, and enforce it in CI. Without a gate, every improvement is temporary — the next quarter of feature work spends it.
Our News
Choosing Your First AI Workflow: A Scorecard
Six criteria, scored one to five. Anything under twenty is a second project, not a first one.
The Two-Week Paid Discovery That De-Risks a Six-Figure Build
Free proposals are priced to win work, not to be accurate. A paid discovery is the cheapest insurance a founder can buy.
Fixed Price, Time & Materials or Dedicated Team: Which Protects You
Every contract model moves risk somewhere. Here is where each one puts it, and the clauses that matter more than the model itself.
AI Features That Touch Customer Data: The Compliance Baseline
Before your agent reads a single customer record, seven controls need to exist. They take days to build and years to retrofit.