Closed benjamin-volle closed 1 year ago
Now it's also mentioned in the docs: https://experienceleague.adobe.com/docs/commerce-operations/implementation-playbook/best-practices/planning/realpath-cache-size.html?lang=en
To improve Commerce performance, use the following recommended settings to configure the realpath_cache settings in the php.ini file:
Set the cache size to 10 MB (realpath cache_size=10M)
Set time to live (ttl) to 7200 seconds (realpath_cache_ttl=7200)
Internal ticket: MCLOUD-10241
Up :) I'm pretty sure some projects will have issues (mainly on Azure hostings) due to this configuration :/
@BaDos
@magento import pr to magento-commerce/magento-cloud
@BaDos the Pull Request is successfully imported.
@benjamin-volle thank you for your contribution
Description
Regarding this article, https://support.magento.com/hc/en-us/articles/360045176771-Realpath-cache-size-best-practice, realpath_cache_size should be set a 10M
Contribution checklist