Why is my new scaled droplet (16GB RAM - 8 vCPUs) is 4 times slower than the old one?
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.
Hi there,
In general, scaling up your Droplet should generally result in better performance. However in some cases, right after a restart of your server, all of the cache would have been cleared, which could result in a temporary poor performance while all the cache rebuilds.
Can you share here a bit more insights on the following:
The more information that you could share the better.
But in general, I would recommend checking your resource utilization and see what processes are utilizing the most resources:
That way you could pin point if the problem is caused by a specific process or service.
Also, if you are using MySQL follow the steps here on how to tweak it for better performance:
- Bobby
Heya, @56bd8300516443db8f6e925c6721b4
Whenever you upgrade the droplet the performance should usually improve, in case there is a slower response or poor performance you can look into tweaking the configuration of certain service that causes load or is consuming large amount of the droplet’s resources.
Looking at the provided output from the
htop
command Bobby is correct about the MySQL configuration and indeed needs a tweak or two to improve the performance. Using tools like MySQL Tunner can help you to adjust the MySQL values to resolve the issue here.A similar conversation was discussed here:
https://www.digitalocean.com/community/questions/how-to-tweak-mysql-mariadb-configuration-for-increased-performance-and-stability
Hope that this helps!
Heya @56bd8300516443db8f6e925c6721b4,
How is it slower? Is your website slower or generally your Droplet is experiencing high load?
Usually, when the Website is slower there is a need of mix of optimizations - Server Side and Application Wide. If you provide more specifics on how are you measuring it, in what regards are you seeing it being slower, I can provide with a more pinpoint answer on how to approach and resolve this.