blackbird / module-disable-reports
This module lets not overloaded the database of reports and log.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Type:magento2-module
Requires
- magento/framework: >=100.0.0
- magento/module-logging: >=100.0.0
- magento/module-reports: >=100.0.0
This package is auto-updated.
Last update: 2020-12-09 16:28:35 UTC
README
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...
How to use it
You've just to install and enable it !
Setup
Get the package
Zip Package:
Unzip the package in app/code/Blackbird/DisableReports.
Composer Package:
composer require blackbird/module-disable-reports
Install the module
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.
Support
Raise a new request:
Authors
- Thomas Klein - Initial work - It's me!
- Blackbird Team - Contributor - They're awesome!
Contact
For further information, contact us:
- by email: hello@bird.eu
- or by form: https://black.bird.eu/en/contacts/
License
This project is licensed under the MIT License
That's all folks!