Module for debugging Magento 2 performance. It works without overwriting any core files and it can be installed with composer.
- Enable developer mode
php bin/magento deploy:mode:set developer - Register git repository
composer config repositories.dbg git https://github.com/indrisepos/magento2-debug.git - Install module via composer
composer require indrisepos/magento2-debug [--update-no-dev] - Register module
php bin/magento setup:upgrade - Enable profiler in configuration:
Stores -> Configuration -> Advanced -> Debug - Clear cache
php bin/magento c:c
All settings have only default scope and config type pool is set to environment for better integration with php bin/magento app:config:dump
- Magento 2.2 - 2.3
- PHP 7.0 - 7.2
- Ajax
- Cache
- Config
- Customer
- Database
- Events
- Layout
- Memory
- Models
- Plugins
- Request/Response
- Performance
- Translations