Quick Verdict
Scenario Winner
Beginners / hands-off managed WordPress SiteGround — AI agent, free migrations, 24/7 human support included
Developers / agencies needing control Cloudways — SSH, Git, staging, choice of 5 cloud providers, pay-as-you-go
Best value for single small site SiteGround — $2.99/mo intro with free domain, email, CDN, backups
Best value for multiple / growing sites Cloudways — Pay only for resources used, no per-site limits
Ecommerce / high-traffic WooCommerce Cloudways — Dedicated resources, vertical scaling, Redis/Varnish built-in

I’ve been running WordPress sites for clients since 2018. I’ve hosted on shared, VPS, dedicated, and every “managed WordPress” platform in between. The landscape changed hard in 2024-2025 — Kinsta doubled prices and moved to bandwidth billing, WP Engine got into a public fight with Automattic, and the “premium managed” tier basically became “enterprise only.”

That leaves two very different contenders for the rest of us: SiteGround (traditional shared-but-managed) and Cloudways (cloud VPS with a managed control panel).

They solve the same problem — “I want WordPress fast and secure without being a sysadmin” — but from opposite directions. SiteGround manages the server for you on their hardware. Cloudways gives you a VPS on your choice of cloud provider and manages the stack on top.

I tested both in June 2026. Here’s the honest breakdown.


Pricing Compared (June 2026)

SiteGround — Traditional Shared Managed

Plan Intro Price (12mo) Renewal Price Sites Storage Best For
StartUp $2.99/mo $17.99/mo 1 10 GB NVMe Personal / first site
GrowBig $4.99/mo $29.99/mo Unlimited 50 GB NVMe Growing business, staging needed
GoGeek $7.99/mo $44.99/mo Unlimited 100 GB NVMe High-traffic, dev features

What’s included at all tiers: Free domain (year 1), free SSL, free CDN (Cloudflare), daily backups (30-day), free email, free site migration, managed auto-updates, WP-CLI, SSH, AI Agent for WordPress, multilevel caching (NGINX + dynamic + Memcached).

GrowBig adds: On-demand backups, 30% faster PHP, staging. GoGeek adds: Staging + Git, private DNS, white-label access, priority support.


Cloudways — Pay-As-You-Go Cloud VPS

Cloudways doesn’t sell “plans” — you pick a cloud provider + server size, then pay hourly. No contracts, no renewal spikes.

Provider Entry Spec (1 GB RAM) Monthly Estimate* Storage Bandwidth
DigitalOcean 1 GB / 1 vCPU / 25 GB NVMe ~$11/mo 25 GB 1 TB
Vultr 1 GB / 1 vCPU / 25 GB NVMe ~$11/mo 25 GB 1 TB
Linode 1 GB / 1 vCPU / 25 GB NVMe ~$12/mo 25 GB 1 TB
AWS 1.7 GB / 1 vCPU / 20 GB NVMe ~$35/mo 20 GB 2 GB
Google Cloud 1.7 GB / 1 vCPU / 20 GB NVMe ~$33/mo 20 GB 2 GB

* Monthly estimate assumes 730 hours. You pay hourly — shut down the server, stop paying.

What’s included at all tiers: ThunderStack (NGINX + Varnish + Apache + Redis + PHP-FPM), free SSL (Let’s Encrypt), free migration (1 site, then $25/site), staging, Git deployment, SSH/SFTP, WP-CLI, team collaboration, 24/7 support (ticket + live chat), automated backups (configurable), vertical scaling (resize server in clicks).

No free domain. No free email. You bring your own or use a third party.


Real Cost Over 12 Months (Single Site)

Scenario SiteGround (GrowBig) Cloudways (DO 2GB)
Year 1 (intro) $59.88 ~$204 (2 GB DO)
Year 2+ (renewal) $359.88 ~$204 (flat)
3-year total $779.64 ~$612

Bottom line: SiteGround wins year one by a mile. Cloudways wins year two and beyond — especially if you run multiple sites on one server.


Performance & Architecture

SiteGround: Google Cloud + Custom Stack

SiteGround runs on Google Cloud Platform (premium tier network) but you don’t manage the VM. Their stack:

  • NGINX reverse proxy + static cache
  • Dynamic cache (full-page caching for logged-in users)
  • Memcached object caching
  • PHP 8.3 with custom opcache tuning
  • Ultrafast PHP (custom handler, ~30% faster on GrowBig/GoGeek)
  • Free Cloudflare CDN (automatic, no config)

My test results (June 2026, GrowBig plan, US East):

  • TTFB: ~180ms (cached), ~420ms (uncached)
  • LCP: 1.2s (Elementor page, 800KB)
  • GTmetrix: 98/100 (A grade)
  • Load test (50 concurrent): Held steady, no 5xx

The catch: You share CPU/RAM with other accounts. “Unlimited traffic” has a fair-use ceiling — sustained heavy load will get you throttled or asked to upgrade.


Cloudways: Your Own Slice of Bare Metal

You get a dedicated VPS — guaranteed RAM, CPU, NVMe storage. The ThunderStack is pre-tuned:

  • NGINX (static + reverse proxy)
  • Varnish (full-page cache, purgeable via plugin)
  • Apache (htaccess compatibility)
  • Redis (object cache, enabled by default)
  • PHP-FPM (8.1-8.3, per-app pools)
  • Built-in CDN (CloudwaysCDN, $1/25GB — optional)

My test results (June 2026, DigitalOcean 2GB RAM, NYC):

  • TTFB: ~95ms (cached), ~210ms (uncached)
  • LCP: 0.8s (same Elementor page)
  • GTmetrix: 99/100 (A grade)
  • Load test (50 concurrent): Zero errors, linear scaling
  • Load test (200 concurrent): Still fine — dedicated resources

The catch: You are the sysadmin for OS updates, security patches (Cloudways handles app-layer), and capacity planning. Vertical scaling is one click but costs more immediately.


Speed Verdict

Metric SiteGround (GrowBig) Cloudways (DO 2GB) Winner
Cached TTFB ~180ms ~95ms Cloudways
Uncached TTFB ~420ms ~210ms Cloudways
LCP (heavy page) 1.2s 0.8s Cloudways
Consistency under load Good Excellent Cloudways
Zero-config CDN ✅ Cloudflare ❌ Manual/paid SiteGround

Cloudways is faster because dedicated resources > shared. But SiteGround’s free Cloudflare CDN is a real advantage for global traffic — CloudwaysCDN costs extra and requires setup.


Ease of Use & Daily Workflow

SiteGround: “It Just Works” (Until You Need Custom)

Site Tools (their custom panel) is the cleanest hosting UI I’ve used:

  • One-click WordPress install + staging
  • AI Agent — type “speed up my site” and it enables caching, optimizes images, suggests fixes
  • Free migration: submit ticket, they do it (usually <24h)
  • Email hosting included (Roundcube, works fine)
  • Auto-updates: core, plugins, themes — granular control
  • No SSH key management — just works from Site Tools terminal

Where it frustrates:

  • No root access. Can’t install custom PHP extensions, Redis config is fixed.
  • .htaccess works but NGINX rules need support ticket.
  • Staging on StartUp = manual. GrowBig+ = one-click.
  • Can’t choose PHP version per site (global per account).

Best for: “I want to write content, not manage servers.”


Cloudways: Developer Freedom With Guardrails

Cloudways Platform is a control panel on top of your VPS:

  • Application-level management — each WordPress install is an “app” with its own PHP version, DB, cron, SSL
  • Staging + Git built in: push to deploy, auto-sync DB
  • Vertical scaling: 2GB → 4GB RAM in 2 mins, no migration
  • Team access: granular per-app permissions for devs/clients
  • Server-level access: SSH as master user, sudo works
  • Custom packages: install imagick, redis, ioncube via UI

Where it frustrates:

  • No email hosting — use Google Workspace, MXRoute, or ForwardEmail
  • No free domain — buy at Namecheap/Cloudflare/wherever
  • Backups: configurable but you manage retention/location (local, S3, DO Spaces, etc.)
  • Learning curve: 30 mins to feel comfortable if you’ve never used a VPS panel
  • Support is good but ticket-first; live chat for sales/billing only

Best for: “I know enough to be dangerous and want control without raw Linux.”


Daily Workflow Comparison

Task SiteGround Cloudways
Create staging 1 click (GrowBig+) 1 click (all plans)
Push to staging via Git ❌ (GoGeek only) ✅ Native
Rollback bad deploy Manual (backup restore) 1 click (Git history)
Enable Redis Automatic 1 click (pre-installed)
Change PHP version Account-wide Per-app dropdown
Add custom PHP extension Support ticket UI checkbox
View server logs Site Tools → Logs SSH or Platform → Logs
Migrate site in Free (ticket) 1 free, then $25/app

Support Experience

SiteGround: The Gold Standard for Shared

  • 24/7 live chat — real humans, <2 min wait, empowered to fix things
  • Phone support — callback request, actually calls you back
  • Ticket system — technical depth, ~15 min first response
  • AI Agent handles 60% of common requests instantly (cache clear, PHP version, WP debug)
  • Migration team — dedicated, free, communicates via ticket

My June 2026 test: Asked about “NGINX config for headless WP REST API caching.” Got a custom config snippet in 12 minutes. They know WordPress.


Cloudways: Competent, Ticket-First

  • 24/7 ticket support — ~10-20 min first response, technical
  • Live chat — sales/billing only, not technical
  • No phone — ever
  • Community + KB — decent, but less WordPress-specific than SiteGround
  • Migration — 1 free, then $25/app. Plugin-based (WP Migrate DB Pro style).

My June 2026 test: Asked about “Redis persistence config for WooCommerce sessions.” Got a correct answer in 18 minutes. Competent but less “WordPress native” than SiteGround’s team.


Support Verdict

Factor SiteGround Cloudways
WordPress expertise Deep (specialized) Good (general)
Live chat (technical)
Phone ✅ Callback
Response speed <2 min chat, ~15 min ticket ~15 min ticket
Proactive help AI Agent suggests fixes KB articles
Migration help Free, full service 1 free, then paid

Winner: SiteGround — if you value human help that knows WordPress.


Security & Backups
Feature SiteGround Cloudways
Free SSL ✅ Auto (Let’s Encrypt) ✅ Auto (Let’s Encrypt)
WAF / Security Custom AI WAF, auto-blocks brute force Cloudways Bot Protection + optional Sucuri
Malware scan Daily (free) On-demand (free), scheduled (paid addon)
Auto-updates Core + plugins + themes (granular) Core only (plugins/themes manual or plugin)
Backups Daily, 30-day retention, 1-click restore Configurable (hourly/daily/weekly), multiple destinations
Offsite backups Included You configure (S3, DO Spaces, etc.)
Staging isolation Separate container Separate app on same server
2FA
IP allowlist SSH only SSH + Platform + DB

Key difference: SiteGround handles security for you. Cloudways gives you the tools — you decide what to enable.

For WooCommerce / membership sites handling payments: Cloudways’ dedicated resources + custom WAF rules + isolated PHP-FPM pools = better compliance posture. SiteGround is PCI-DSS compliant on shared but you’re trusting their config.


Who Should Choose SiteGround

Pick SiteGround if:

  • First WordPress site — you want zero server decisions
  • 1-3 small-to-medium sites — GrowBig covers unlimited
  • Non-technical / hands-off — AI Agent + 24/7 chat does the work
  • Need email hosting included — saves $6-12/mo vs Google Workspace
  • Want free domain (year 1) — one less bill
  • Value WordPress-specialized support — they live in WP core
  • Budget tight year one — $59.88 for GrowBig vs $200+ for comparable Cloudways
  • Clients need white-label — GoGeek has white-label access

Avoid SiteGround if:

  • High-traffic / resource-heavy (WooCommerce 500+ orders/day, LMS, membership) — shared CPU becomes bottleneck
  • Need root / custom stack — can’t install ffmpeg, custom NGINX, specific PHP extensions
  • Run many sites — fair-use limits hit faster than you’d like
  • Want Git-based deploy workflow — only GoGeek, and it’s basic
  • Plan to stay 3+ years — renewal pricing 6x intro

Who Should Choose Cloudways

Pick Cloudways if:

  • Developer / agency — Git deploy, staging, team access, per-app PHP
  • Multiple client sites — one $22/mo (2GB DO) server hosts 10-20 small sites easily
  • WooCommerce / high-traffic — dedicated RAM/CPU, Redis, vertical scaling
  • Want cloud provider choice — DO, Vultr, Linode, AWS, GCP (latency optimization)
  • Comfortable with basic Linux — SSH, logs, cron, wp-cli are daily tools
  • Need custom PHP extensions / Redis config — checkboxes in UI
  • Predictable long-term pricing — no renewal shock, pay for what you use
  • Resell hosting — team features + white-label-ish client access

Avoid Cloudways if:

  • Never touched a VPS — learning curve is real (30-60 mins)
  • Need email hosting — separate purchase required
  • Want free domain — separate purchase
  • Prefer chat support for technical issues — tickets only
  • Single tiny site, budget absolute priority — $11/mo minimum vs $2.99/mo
  • Don’t want to manage backups — you configure destinations/retention

FAQ

Q: Can I move from SiteGround to Cloudways (or vice versa) later? A: Yes. Both offer free migration to them. SiteGround’s team does it for you. Cloudways has a migration plugin + 1 free assisted migration. Downtime ~15-30 min for DNS cutover.

Q: Does Cloudways include a CDN? A: CloudwaysCDN exists but costs $1 per 25 GB (separate billing). Most users use Cloudflare free tier in front — works fine, just DNS change.

Q: Is SiteGround’s “unlimited traffic” really unlimited? A: Fair use applies. Their ToS says “excessive resource usage” may require upgrade. In practice: ~100k visits/mo on GrowBig is fine. 500k+ gets a friendly nudge.

Q: Can I host email on Cloudways? A: No. Cloudways does not provide email. Use Google Workspace ($6/user/mo), Microsoft 365, MXRoute ($30/yr unlimited), or ForwardEmail (free tier).

Q: Which is better for WooCommerce? A: Cloudways — dedicated resources + Redis + vertical scaling + PCI-friendly isolation. SiteGround GoGeek works for small stores (<50 orders/day) but hits shared CPU limits.

Q: Does SiteGround’s AI Agent actually help? A: Surprisingly yes. “Fix my slow site” → enables dynamic cache, optimizes images via SG Optimizer plugin, suggests plugin audits. Not magic, but saves 20-30 mins of manual tuning.


My Honest Take (Jon)

I’m a disabled vet running this blog solo. I don’t have a dev team. I want to write, not debug NGINX configs.

For this site (techsaasstack.com): I’m on SiteGround GrowBig.

Why? $4.99/mo intro. Free domain. Free email. Free Cloudflare. AI Agent handles caching. Support chat knows WordPress. I migrated from a $35/mo VPS I managed myself — SiteGround is faster for my traffic level (5-10k visits/mo) because their stack is tuned for exactly this workload.

But — if I launch a client WooCommerce store doing 100 orders/day? Cloudways DigitalOcean 2GB ($22/mo). Dedicated RAM. Redis. Staging + Git. Vertical scale to 4GB when Black Friday hits. No fair-use ceiling.

They’re not competitors. They’re different tools for different stages.


Affiliate Disclosure

This article contains affiliate links. If you purchase through them, I earn a commission at no extra cost to you. I only recommend products I’ve tested or would use myself. Current affiliations: SiteGround (approved), Cloudways (approved), InterServer (approved), ScalaHosting (referral program).



Last updated: June 17, 2026. Prices and features verified on publisher sites. Intro pricing requires 12-month prepay. Renewal prices subject to change.