Blackbird_Optimisation module functionality is represented by the following sub-systems:
- Disable Magento_Log saving in database
- Disable Magento_Reports saving in database
This module lets not overloaded the database of reports and log.
Sometimes it's easier to just disabled the Magento_Reports module...
You've just to install and enable it !
Zip Package:
Unzip the package in app/code/Blackbird/DisableReports.
Composer Package:
composer require blackbird/module-disable-reports
Then, run the following magento command:
php bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Raise a new request:
- Thomas Klein - Initial work - It's me!
- Blackbird Team - Contributor - They're awesome!
For further information, contact us:
- by email: hello@bird.eu
- or by form: https://black.bird.eu/en/contacts/
This project is licensed under the MIT License
That's all folks!