Cloudways gives you cloud infrastructure but doesn't configure it for WordPress performance by default.
Root Cause
Cloudways is a cloud hosting platform that provisions DigitalOcean, Vultr, or AWS servers. The default configuration is generic — PHP-FPM workers, Redis, and Varnish are available but require manual tuning. Under-provisioned server sizes and Varnish configuration mistakes are the most common performance problems.
Ordered from quickest win to most involved. Try them in sequence.
Cloudways 1GB servers ($11/mo on DigitalOcean) are insufficient for WooCommerce or high-traffic WordPress. Scale to at least 2GB RAM for WooCommerce ($22/mo) or 4GB for sites above 50k monthly visitors. Cloudways vertical scaling is instant with no downtime.
Redis is available on all Cloudways servers but requires the WordPress plugin to use it. In Cloudways dashboard → Server → Settings and Packages → enable Redis. Then install and activate the Redis Object Cache plugin in WordPress. Verify connection in Settings → Redis — should show "Connected."
In Cloudways → Application Settings → Varnish Settings, review the bypass conditions. By default, query strings and certain cookies bypass Varnish. Add exclusions for UTM parameters and ensure WooCommerce session cookies are handled correctly (cart/checkout bypass, product pages cached).
In Cloudways → Server → PHP-FPM → pm.max_children. Default is often 4–8 workers. For a 2GB server running WooCommerce, set to 20–30. For a 4GB server, 50–80. Too few workers causes request queuing; too many exhausts RAM and causes server instability.
Cloudways offers Cloudflare Enterprise integration at extra cost. Alternatively, add your domain to Cloudflare's free plan and set Cloudways server IP as origin. Cloudflare's CDN layer supplements Varnish by caching assets at edge — reducing load on the origin server significantly.
If none of these work…
Cloudways requires more configuration than managed WordPress hosts. If you're not comfortable tuning server parameters, the performance gains of cloud infrastructure are offset by misconfiguration.
MevoHost runs NVMe SSD, LiteSpeed, PHP 8.3, Redis, and Cloudflare CDN on every plan — the stack that makes WordPress fast by default, not by accident.
Free Migration
We move your site from Cloudways — files, database, DNS.
NVMe SSD
3–5× faster storage than SATA SSD. Database queries are instant.
Redis Included
Object caching on every plan. No plugin configuration required.