Report this

What is the reason for this report?

Question about hosting capacity

Posted on May 6, 2016

Hi, I am exploring different web hosting services and have stumbled about DigitalOcean. I have a website that has thousands of stock images for purchase (and have build it through Wordpress). The current host we were using is not sufficient for our needs - can DigitalOcean handle this kind of capacity? If so, what level of pricing would match out needs? Thank you, Jayne



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.

That’s a difficult question to answer without more information because depending on how you configure Wordpress and how many plugins you are using it can be quite memory intensive. I would certainly recommend at least a 2GB droplet to start and then you can check your CPU load and see if you need to resize up.

Since you are running a stock photo website you are also processing a lot of static image requests so I would recommend that you run nginx as your webserver. Regardless of whether you use DigitalOcean or not this should drastically improve your performance, because nginx can serve those static file requests directly while running Wordpress with Apache will actually create each one of your Apache instances with a lot of memory usage which will degrade your performance.

So if you deploy Wordpress with nginx as your webserver you will get a lot more capacity on any provider that you are running on.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.