I want to migrate my WordPress site from shared hosting (100 concurrent visitors) to a DigitalOcean Droplet. I also want to know if my WordPress caching approach is correct.
- VPS: DigitalOcean AMD Premium, 1 CPU, 1 GB RAM, 25 GB SSD.
Page Cache:
- NGINX FastCGI cache installed.
- NGINX Helper WordPress plugin installed.
Object Cache:
- Redis Object Cache plugin is NOT installed to save RAM and CPU resources.
Super Page Cache for Cloudflare free plugin is installed.
The Super Page Cache for Cloudflare plugin helps make your website blazing fast by taking website caching to the next level. This plugin caches not only static files (e.g., CSS, JS, images, etc.) but also the HTML webpages generated by WordPress, both at the server disk level and in the global Cloudflare CDN.
Is this setup alright?