Comprehensive performance audit tool — analyzes 11 categories and provides actionable optimization recommendations. Built as an n98-magerun2 module.
Covers caching, indexing, database, flat tables, search engine, session storage, async operations, JavaScript/CSS optimization, image handling, third-party modules, and PHP configuration.
Every finding includes a clear recommendation with specific steps to fix the issue. No guesswork — just follow the guidance to improve performance.
Terminal output uses color coding to highlight warnings, errors, and passed checks at a glance. Quickly spot what needs attention.
Export audit results to a file for documentation, sharing with clients, or tracking improvements over time.
No Composer required. Simply copy the module folder to your n98-magerun2 modules directory and start auditing immediately.
Modular analyzer architecture makes it easy to add custom checks for project-specific performance concerns.
This module is installed by copying it into the n98-magerun2 modules directory — no Composer required.
mkdir -p ~/.n98-magerun2/modules
cd ~/.n98-magerun2/modules
git clone https://github.com/florinel-chis/n98-magerun2-performance-review.git
Run the performance review from the Magento root directory:
# Full performance audit
n98-magerun2 performance:review
# Export results to a file
n98-magerun2 performance:review --output=report.txt
The tool will analyze all 11 categories and display color-coded results with recommendations for each finding.
Every module is built for production, but every store is different. If you need integration, customization, or enterprise support — let's talk.
Get in Touch GitHub