Engineering13 May 20262 min read

Performance is a feature, not a phase

Speed is not something you bolt on before launch. It is a design constraint that shapes every decision from the first line — here is how we treat it that way.

Mathew Fanning, authorMathew FanningFounder & principal engineer, Running Fox Digital
A fast-loading web interface being measured — PLACEHOLDER seed image

There is a version of a web project where performance is the last ticket: build everything, then spend a frantic week before launch trying to make it fast. It never really works. By then the slow decisions are load-bearing, and the "fix" is a pile of caching plasters over a structure that was never built to move.

We treat speed the other way around. It is a constraint we design against from the first day — the same way accessibility and correctness are — because a site that loads in under a second is not an optimization. For most businesses, it is the difference between a visitor and a bounce.

Speed is a business metric, not a vanity one

A slow site is not just an engineering embarrassment. It is lost orders, lower search rankings, and a first impression that quietly costs money on every visit. The users who leave because a page took too long never show up in a complaint — they just never come back.

So we scope performance as a real deliverable with real numbers attached: a load budget, Core Web Vitals in the green, and a target that holds on the mid-range phone most people actually browse on — not the flagship on the developer's desk.

What "fast by default" looks like

Most of the wins are not clever. They are decisions made early and held consistently: ship less JavaScript, render on the server so the first paint is real HTML, size and lazy-load images, and measure continuously instead of hoping.

Fast is not a feeling — it is a budget you either keep or blow, so we put it in the pipeline and let the build fail when a change makes things worse. Performance you do not measure is performance you are about to lose.

When speed is a constraint from line one, you rarely need a rescue week before launch — the site was quick the whole way, because quick was the point.

Written by Mathew Fanning

Founder & principal engineer, Running Fox Digital. Running Fox Digital designs and builds the websites and software growing businesses run on — engineered end-to-end by the people who scoped them.

Got a build in mind?

Tell us what you're making. We'll tell you how we'd approach it — a clear plan and a fixed first step, no obligation.

Schedule a call