Skip to content
FMField noteAugust 10, 2026

Do you need a staging site?

#maintenance#devops#hosting#evergreen

If your website takes money, runs on a CMS, or has ever broken during an update: yes. A staging site is a private copy of your website where changes happen first — updates, redesigns, new features — so the live site only ever receives changes that already worked once.

What it actually prevents

Every update is a small gamble: a plugin that conflicts with another, a theme that isn’t ready for the new core version, a PHP bump that an old module can’t survive. Without staging, you place that bet on the live site, during business hours, with customers watching. With staging, the bad update breaks a copy nobody can see, you note it, and the live site never feels a thing.

It’s the difference between testing the ice from shore and testing it from the middle of the lake. Same test — very different consequences when the answer is no.

What it costs

Less than its reputation suggests. Managed platforms like Pantheon include dev and test copies of every site as a standard feature — if you’re on one, you may already own staging and just never use it. Most decent hosts offer one-click staging on mid-tier plans. Even the manual version — a copy on a subdomain, refreshed before each round of updates — is an hour of setup, not a project.

The real cost of not having one shows up as a familiar story: “we updated the site and now checkout is broken, and we’re not sure which update did it.” Untangling that live costs more than a year of staging every time.

The one rule that makes it work

Changes flow one direction: staging first, then live. A staging site that’s six months stale — or one that people edit directly while the live site drifts — quietly stops being a safety net. If nobody can tell you when staging was last refreshed, it isn’t protecting you; that’s worth a look under the hood.