Hi everyone, We are running a website with 500+ concurrent users. There are 200k+ pageviews/day and 60K+ unique users/day. Which infrastructure will be best for us? We expect a growth of 5% each month. Thanking 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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
This really depends on a lot of factors, as each website might have different resource consumption. I could suggest starting with the following documentation that covers some of the basics on which plan to choose initially:
https://docs.digitalocean.com/products/droplets/concepts/choosing-a-plan
After that, I would suggest running some load tests to figure out how much traffic your website is able to handle on the plan that you’ve selected:
https://www.digitalocean.com/community/tutorials/an-introduction-to-load-testing
The load test information should be able to tell you what services might be the bottleneck so you can focus on that and optimize further.
For example, if you notice that your MySQL service is crashing, you could follow the steps here and try to tweak it for better performance and so on:
https://www.digitalocean.com/community/questions/how-to-tweak-mysql-mariadb-configuration-for-increased-performance-and-stability
Hope that this helps!
Let me know if you have any questions.
Best,
Bobby