Question
What's the best php/mysql/apache configuration for the $10/mo, $20/mo plan droplet?
I’m running a Drupal website on my $10/mo droplet(I’m going to upgrade to $20/mo), but sometimes it crash with 200~250 concurrent users, I was thinking on give more resources to php/mysql/apache processes but don’t know where to start or what configurations are needed.
PD: I have optimized my Drupal website, so I’m just looking for php/mysql/apache.
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.
×
The best way to proceed would be to identify the cause of the crash before doing anything at all.
The reason is that no optimization can be done before identifying what’s the bottleneck in the first place.
Then you fix that problem, test again, find the next thing that breaks with 200/250 concurrent users, fix that, and so on.