WordPress hosting explained
WordPress runs on ~40% of the web, which is why every host says they "support WordPress." The real question is what they've built around it — caching, staging, updates, security — and whether that's worth the 3–5× price jump over generic shared.
Managed WordPress: what you actually get
- • Server-level page cache (LSCache, Varnish, Nginx FastCGI) — makes pages load in tens of ms instead of hundreds.
- • Object cache (Redis or Memcached) — huge win for WooCommerce and any logged-in traffic that can't be page-cached.
- • Staging environment with one-click push to production.
- • Automatic core, theme and plugin updates, with visual regression checks on the good ones.
- • Daily off-site backups with self-serve restore.
- • WAF and malware scanning tuned for WordPress-specific attacks.
- • Support that knows WordPress — including the top 20 plugins.
What generic shared hosting will (and won't) do
Any decent shared host will run WordPress. It'll be fine for a brochure site, a small blog, or a portfolio. It gets uncomfortable when any of these are true:
- WooCommerce with more than a few hundred products, logged-in customers, or coupon-heavy checkouts.
- Membership sites — MemberPress, LearnDash, BuddyBoss — that can't page-cache the interesting pages.
- Editorial sites publishing multiple times a day, where cache warmups and staging actually matter.
- Anything with 50+ active plugins — you need the object cache.
Core Web Vitals reality check
A fast host is necessary but not sufficient. TTFB is the host's responsibility — anything under 200ms from the visitor's region is good. LCP, CLS and INP are mostly on your theme, images and plugin choices. A $50/mo managed host with a Divi + 40-plugin site will still fail Core Web Vitals.
Order of impact, in practice:
- 1. Theme and page builder (biggest single lever).
- 2. Image sizes and formats (WebP/AVIF, correct dimensions).
- 3. Plugin bloat and third-party scripts.
- 4. Host performance and caching stack.
- 5. CDN.
What to look for on the sales page
- PHP 8.2 or 8.3, switchable per site.
- Redis or Memcached available (not just "you can install it").
- Free SSL, free CDN, free migration.
- Visits/month rather than pageviews as a limit — much less punitive.
- SSH/WP-CLI access for real work.