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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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 @mhweb,
What I could suggest in your case is:
As you mentioned, adding a caching plugin as WP Super cache could drastically reduce the overall load on the server as it would cache your pages so that your site does not have to make so many SQL connections on every page visit
I could also suggest checking your Apache access log for some suspicious requests which could be bringing your CPU load up, you could, for example, use this script here to quickly summarize your access log
You’ve already mentioned this, but I would as well recommend keeping your plugin count to as low as possible.
Let me know how it goes! Regards, Bobby
I’ll check your suggestions. However, this is what do get: why when setting up the droplet, everything about WordPress, themes, plugins, and everything worked OK. Then when I try to optimize the database manually or with a plugin, it’ll finish successfully (after 20 mins, when it used to take 1 to 2 mins), then the CPU usage goes crazy?
Thanks,