After years of cPanel hosting I have considered to setup my own server in DigitalOcean for my high-traffic WordPress (WooCommerce). I am getting tired of dealing with shared hosting companies.
Also I don’t want to pay $300/mo for WP Engine or whatever. Other dropshipping guys have said a cloud server is enough to handle my traffic is maybe $5 or $10 each month.
I used Cloudflare for my CDN but I know caching is going to be critical for my site.
I know that Nginx FastCGI cache is the most popular option. However I’m used to only WordPress caching plugins.
Just for my information (not sure I will be able to do it alone) I would like to understand what is required if I will do:
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there,
Indeed WordPress + Nginx + FastCGI + Cloudflare sounds like a very solid setup.
I could suggest the following approach:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-setup-fastcgi-caching-with-nginx-on-your-vps
On another note, make sure to also tweak your MySQL service for optimal performance by following the steps here:
https://www.digitalocean.com/community/questions/how-to-tweak-mysql-mariadb-configuration-for-increased-performance-and-stability
Let me know how it goes! Regards, Bobby