Hi everyone,
I’m encountering some issues with my Intel 13th Gen CPU while using Magento 2.4.x. It seems like there are performance or compatibility problems when running Magento 2.4.x on this CPU.
Here’s a summary of the problems:
I’ve tried updating Magento 2.4.x and the system drivers, but the issues persist.
Has anyone else experienced similar problems with Magento 2.4.x on an Intel 13th Gen CPU? Any advice or solutions to resolve these performance and compatibility issues would be greatly appreciated.
Thanks in advance for your help!
Hello @oliviabarnddf4,
I believe running Magento on Intel 13th Gen CPU is okay.
Issue with performance can be due to the architecture setup:
1. Elasticsearch:
, in Magento 2.4 if you are using elasticsearch, it uses RAM of 8 GB by default, priority is also high, that you can reduce. You can disable the features which are not being used.
2. Cronjobs:
Depends on how many cronjobs you have setup and how much time each cronjob execution takes.
3. PHP-FPM:
You should check the php-fpm configurations, execution time etc.
4. Caching:
All caching should be enabled in Magento.
6. Use different caching mechanism:
use Varnish for frontload server, use Redis for queries caching.
And there are other things too like what are the customizations, 3rd party modules you have installed.
Let me know if you need further help !
To resolve Magento 2.4.x issues on Intel 13th Gen CPUs, try these solutions:
This should help with both performance and compatibility.