Web development
Responsive layout, one codebase and measured performance budgets replaced fixed-width pages and a separate mobile site. Here is the mechanism behind each.
Comparisons of old and new web design tend to list adjectives on both sides. Traditional is rigid, static and slow. Modern is flexible, dynamic and fast. Nobody says what changed in the code to make that true, which makes the whole comparison unfalsifiable.
Four specific things changed. Each has a date and a mechanism.
A traditional page was built to a fixed pixel width, usually 960 or 1024, because designers were laying out for a monitor. On anything narrower the page either scrolled sideways or was zoomed out to fit.
Responsive design replaced that with a proportional grid plus CSS media queries, so one document reflows to the viewport it lands in. CSS Grid and Flexbox, both supported in every current browser, took it further: a layout can now change its structure at a breakpoint rather than just its widths. The practical result is one codebase instead of a desktop site plus an m-dot site with its own content and its own bugs.
This is the largest change and the one most often described in adjectives. Google publishes Core Web Vitals as numeric thresholds, assessed at the 75th percentile of real page loads and split by device:
| Metric | What it measures | Good |
|---|---|---|
| Largest Contentful Paint | How long the main content takes to appear | 2.5 seconds or less |
| Interaction to Next Paint | How long the page takes to respond to a tap or click | 200 milliseconds or less |
| Cumulative Layout Shift | How much the layout jumps while loading | 0.1 or less |
Interaction to Next Paint replaced First Input Delay as a Core Web Vital in 2024. The older metric only timed the first interaction, which a page could pass while being unresponsive for the rest of the session.
The design consequence is that a hero video, a font that blocks rendering and a carousel are now costed rather than debated. You can measure them before launch and decide whether they are worth the budget they spend.
On a traditional build, copy lived in the HTML. Changing a headline meant editing a file and uploading it, so sites went stale between redesigns. Putting content in a CMS separated who owns the words from who owns the code, which is why a modern site can be edited weekly by somebody who has never opened a terminal.
That is also what makes a modern site cost more to build and less to run. The editing experience is real work up front and it removes a developer from every subsequent copy change.
Waterfall projects shipped once and were judged on whether stakeholders liked the result. Continuous deployment made it possible to change one element, measure the effect and keep or revert it. That is the actual difference behind "conversion-focused design": not a philosophy, an ability to find out.
It is the standard line in articles like this, and in the UK it is currently not true. Statcounter put UK traffic at 50.6% desktop, 45.05% mobile and 4.35% tablet in July 2026.
That is not an argument for neglecting mobile. It is an argument for looking at your own analytics instead of quoting a global average, because the split moves by country, by industry and by traffic source. Paid social skews heavily to mobile. B2B research traffic skews to desktop. A UK store optimising only for phones on the strength of a borrowed statistic is optimising for slightly less than half its visitors.
A hand-written static page with no CMS, no framework and no build step is the fastest thing you can serve and the cheapest thing to host. For a page that changes twice a year, that is a good trade. The case against traditional design is specific: fixed-width layout, a separate mobile site, and content welded into markup. It is not an argument for adding JavaScript.
This is what we do. Ecommerce web development
Keep reading
The first consultation is free, and there are no charges for the first month.