freento / audit-report
Automated audit extension for Magento 2
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.4.0||~8.0
- freento/audit-code-sniffer: *
- freento/audit-database: *
- freento/audit-filesystem: *
- freento/audit-module-list: *
- freento/audit-overview: *
README
Freento Audit Report extension for Magento 2 is a fully automated module that examines Magento 2 websites to find ways to make them work better and faster, and highlight possible performace issues.
Extension description
The extension is made of multiple reports including:
- Overview
- Server Infrastructure
- Magento Cache Status
- Magento Index Status
- Security
- Database Usage
- Filesystem usage
- Module List
- Code quality
Refer to the extension page for the full description and user guide:
https://freento.com/audit-report.html
Installation
You can install Audit Report extension with Composer:
composer require freento/audit-report
To update the extension run this command:
composer update freento/audit-report --with-dependencies