How to enable server caching on Cloudways
Cloudways enables Varnish, Memcached, and Redis caching by default on new servers; verify and manage via the dashboard's Manage Services. Optionally enable Cloudflare Enterprise for edge caching and disable Varnish. Purge caches after changes to see updates.
Prerequisites
- Active Cloudways account with launched server
- Access to Cloudways dashboard
- Optional: WordPress admin access for Breeze plugin
- Optional: Cloudflare Enterprise add-on
Step-by-Step Instructions
Log in to Cloudways Dashboard
Access Manage Services
Purge Varnish Cache
Optimize Disk Cleanup
Enable Breeze for WordPress (Optional)
Set Up Cloudflare Enterprise Edge Caching (Optional)
Verify Caching
Advanced: Terminal Cache Management (Optional)
varnishadm ban "req.url ~ .*" to purge Varnish (complete command may vary).[3]Common Issues & Troubleshooting
Stale or outdated content after updates
Purge Varnish via Manage Services or Breeze 'Purge Varnish Cache'; enable auto-purge in Breeze. Run disk cleanup.[1][2]
Cache conflicts with plugins
Disable conflicting plugins; use Breeze 'Never Cache URLs' for exclusions, which applies to Varnish/Cloudflare.[2]
Changes not visible on frontend
Manually purge all caches in Manage Services and Breeze; test incognito.[3]
High disk usage slowing performance
Enable automatic disk cleanup in Settings & Packages > Optimization at >80% threshold.[1]
Dynamic content not caching properly
Keep Redis/Memcached enabled; use Cloudflare Enterprise for edge while retaining object caching.[3]