This article provides a fix for low site performance. Low site performance can be caused by the Magento_Banner
module being enabled but not used. Disabling the module output can improve site performance. Review the article for resolution steps.
If you use the Adobe Commerce Banner functionality, see the High throughput AJAX requests cause poor performance article in our support knowledge base for recommendations on how to avoid performance issues caused by excessive Ajax requests.
The Magento_Banner
module is enabled, but not used.
To check if this is the case:
For Adobe Commerce on cloud infrastructure 2.2.x:
If you do not see the Banners option under Content > Elements, then this is not the case, and the recommendations from this article cannot be applied.
For Adobe Commerce on cloud infrastructure 2.3.x (the functionality was renamed in v 2.3.x):
If you do not see the Dynamic Blocks option under Content > Elements, then this is not the case, and the recommendations from this article cannot be applied.
When the Magento_Banner
module is enabled, Adobe Commerce sends Ajax requests from the storefront to the server to get the banner information. These Ajax requests have a performance impact, especially in high-load (high-volume and high-traffic) conditions. If the functionality is not used, it is recommended that you disable the module output. It is not recommended to disable the module, because of the dependency issues.
We strongly recommend testing changes on Staging/Integration environment first, before applying it to Production. We also recommend having a recent backup before any manipulations.
Magento_Banner
module output, as described in Disable module output in our developer documentation. The module name you need to use is Magento_Banner
.