Magento recommends disabling the Reports functionality if you are not using it or the related dynamic customer segments functionality. Having it enabled might slow product pages loading causing performance degradation on the storefront catalog.
Affected products and versions
- Magento Commerce, all supported versions
- Magento Commerce Cloud, all supported versions
Best practice
If you do not use the Reports or dynamic customer segments, disable the Reports functionality.
To disable the functionality:
- In Magento Admin, navigate to Stores > Settings > Configuration > General > Reports.
- Under General Options, set Enable Reports to No.
- Flush cache by running
php bin/magento cache:flush
or in Magento Admin under System > Tools > Cache Management.