Technical
WordPress Multisite: When It Is Worth the Complexity
Every year or two a client asks if multisite is the right move. Sometimes it is. Usually it is not. Multisite adds real complexity that only pays off in specific shapes of business. Here is the short decision framework I use after supporting a handful of multisite installations.
What Multisite Actually Is
Multisite lets a single WordPress installation host many sites. Each site has its own content, its own theme, its own user roles, but shares plugins, core updates, and the database. Admin happens at the network level. From outside it looks like separate sites. From inside it is one system.
When Multisite Is Right
Multisite is worth it when all three are true:
- You run 10+ sites that need similar capabilities
- Governance is centralized: one org, one set of approvers
- Sites share significant functionality (plugins, themes, workflows)
Universities, franchise businesses, and large agencies are the classic multisite wins. One engineering team, many consumer-facing sites, shared rules.
When It Is Wrong
Multisite is wrong when:
- Sites have truly independent needs (different plugins, different update cadences)
- Sites are owned by different people with different risk tolerances
- You need one site to scale dramatically while others stay small
- Export/migration to a separate installation is likely to happen
In those cases, run separate installations. Yes it is more work. No, multisite will not save you. The coupling it adds is worse than the coordination it saves.
The Operational Cost
Shared concerns (multisite multiplies these):
- Plugin vulnerabilities affect all sites
- Core updates affect all sites
- Database outages take down all sites
- Traffic spikes on one site affect othersThose are real risks. A single bad plugin update in a multisite with 50 sites is 50 incidents, not one. Compensating controls (staging, phased rollouts, good backups) are non-negotiable.
The Decision Flow
Do you need 10+ similar sites with centralized governance?
NO -> run separate installations
YES -> can you invest in the operations?
NO -> run separate installations
YES -> multisite may be rightMultisite is a specialist tool. It is powerful in the right hands and expensive in the wrong ones. If you are already asking whether you need it, you probably do not. The cases where it wins are obvious: you already have the problem it solves. Otherwise, separate installations with good automation beat multisite almost every time.
Read the WordPress Multisite documentation for the full operational model.
RELATED READING
The Consulting Shift I Am Making In Year Two
After a year of writing and building, my consulting practice is changing shape. Shorter engagements. Sharper outcomes.
ReadThe Frontend Shift: Shipping Less JavaScript In Year Two
A year ago I reached for Next.js for everything. This year I often reach for nothing.
ReadThe Serverless Lesson I Would Write On A Sticky Note
After a year of shipping serverless projects, one rule explains most of the wins and all of the losses.
Read