This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Update PHP settings on performance best practices software page #8394
Closed
Description
General issue
Description:
The recommendation provided in https://support.magento.com/hc/en-us/articles/360050422532 article contradicts with the
recommendation given in https://devdocs.magento.com/guides/v2.4/performance-best-practices/software.html#php-settings. In Magento cloud environments opcache.enable_cli setting has to be set to 0, without that the changes in .magento.env.yaml are not get updated into app/etc/env.php file.
Possible solutions:
Can we add a note in this https://devdocs.magento.com/guides/v2.4/performance-best-practices/software.html#php-settings document to mentioned that this opcache.enable_cli setting has to be set 0 in Magento cloud environments.