clawrock/magento2-debug
最新稳定版本:2.2.0
Composer 安装命令:
composer require clawrock/magento2-debug
包简介
Magento 2 debug module based on Magento 1 Profiler with some extra features.
README 文档
README
Magento 2 - Debug module
Module for debugging Magento 2 performance. It works without overwriting any core files and it can be installed with composer.
Installation
- Enable developer mode
php bin/magento deploy:mode:set developer - Install module via composer
composer require clawrock/magento2-debug - Register module
php bin/magento setup:upgrade - Enable profiler in configuration:
Stores -> Configuration -> Advanced -> Debug - Enable DB profiler
php bin/magento debug:db-profiler:enable
Configuration
All settings have only default scope and config type pool is set to environment for better integration with php bin/magento app:config:dump
Compatibility
- Magento >= 2.4.4
- PHP >= 8.1
Profiler collectors
- Ajax
- Cache
- Config
- Customer
- Database
- Events
- Layout
- Memory
- Models
- Plugins
- Request/Response
- Performance
- Translations
Additional features
Credits
统计信息
- 总下载量: 17.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 84
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-01-03