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.
Hey friend,
Great topic! I want to say something that I said in another thread recently, because I believe that I have experience that applies to necessary expectations. I like to start here and work backwards.
I have never witnessed a WooCommerce site that had been running for a while, grew over time, and performed well. I don’t think it’s the fault of anyone, I think Wordpress is a bad platform for e-commerce at scale, and I think that you can outgrow it to the point that your efforts to sustain it become far too high as opposed to using a platform that was made from the ground up to support e-commerce. I used to do a lot of managed Wordpress work, in which I would find myself migrating websites to VPS and dedi from shared hosting, for the purpose of improving performance. Sometimes the application itself made the job impossible.
Now, let’s talk less about my negative experiences and more about what I might try to improve it. You can’t give up before trying. In a lot of the cases I dealt with, the primary problem was that you just can’t cache all content all the time on an e-commerce site. You have to hit the database, it’s just not a blog. So my thoughts are these:
I don’t really think you need CPU optimized unless something is broken on the site, and that is the angle I would approach it from. If you need it, a plugin is probably causing more activity than needs to occur. It should take almost no processing power to serve a cached page.
Jarland