I have an average load news website, on which I get a few thousand hits per day, sometimes at once when specific writers publish. Currently I have a LAMP on a 1GB RAM droplet serving a Wordpress website, which obviously is not enough to handle a lot of requests, and even though I’m using caching but I still get database failures in the peak times
I need to make some decisions which I need experts help with
I noticed a similar question here, but it’s not exactly my situation
Thanks in advance
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.
Personally, I would use Apache and Nginx as a reverse proxy. I don’t get as much traffic as you do but it has been working great for me. Also I have varnish as my cache system.
Checkout this Article/Tutorial. They talk about optimizing a wordpress heavy content site with varnish.
hope this helps