I need assistance with a new project requiring to deploy a web application for around 25-30k user base. I am perplexed like which droplet configuration should I opt for to successfully deliver the performance. Please guide me through the Droplet configuration that will best fit my requirements for around 30k users. 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.
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,
It would really depend on your project and its resource requirements.
I could suggest starting with the following page:
https://docs.digitalocean.com/products/droplets/concepts/choosing-a-plan/
It outlines the difference between the different types of Droplets so you could have enough information to make an educated decision on the type of Droplet that you might need to be based on your project.
After, that I could suggest running some load tests so you could see how much traffic your app is able to handle on your Droplet and find any bottlenecks that pop up:
https://www.digitalocean.com/community/tutorials/an-introduction-to-load-testing
For example, the load test might indicate some MySQL issues, so you could then focus on MySQL and tweak your MySQL instance for better performance:
https://www.digitalocean.com/community/questions/how-to-tweak-mysql-mariadb-configuration-for-increased-performance-and-stability
Hope that this helps!
Best,
Bobby