I'm preparing my server, I have to choose a performance plan, independent of the hosting provider, which plan makes more sense to a Magento 2 store?
General Purpose
High-performance virtual machines with a good balance of memory and dedicated hyper-threads from best in class Intel processors. A great choice for a wide range of mainstream, production workloads, like web app hosting, e-commerce sites, medium-sized databases, and enterprise applications.
CPU-Optimized
Compute-optimized virtual machines with dedicated hyper-threads from best in class Intel processors. Best for CPU-intensive applications like CI/CD, video encoding and transcoding, machine learning, ad serving, batch processing, and active front-end web and application servers.
Memory-Optimized
Memory-rich virtual machines with 8GB of RAM per vCPU and dedicated hyper-threads from best-in-class Intel processors. Ideal for RAM-intensive applications like high-performance databases, web scale in-memory caches, and real-time big data processing.
-
It seems like the specs are from Vultr.com. Recently, Vultr switched all CPUs used in their CPU-Optimized plans from Intel to AMD. As a result, the page loading speed has slowed down from 1.5 seconds to over 2 seconds. Intel CPUs perform better for Magento. I contacted Vultr hosting, and they said there are no current plans to support Intel.madagaskar– madagaskar2024年09月28日 23:14:47 +00:00Commented Sep 28, 2024 at 23:14
1 Answer 1
Magento 2 is complex PHP application and almost always CPU bounded.
So, CPU-Optimized will work better here.
See example CPU usage on Home Page (blue line - average is ~ 80%) enter image description here