mirasvit / module-profiler
此包已被废弃,不再维护。未建议替代包。
Magento 2 Profiler
1.0.8
2020-11-09 08:27 UTC
Requires
- jdorn/sql-formatter: ^1.2
- magento/framework: 100.*|101.*|102.*|103.*
- symfony/yaml: >=2.2.4
This package is not auto-updated.
Last update: 2024-04-23 02:50:46 UTC
README
安装
登录到 Magento 服务器,进入您的 Magento 安装目录并运行以下命令
composer require mirasvit/module-profiler
php -f bin/magento module:enable Mirasvit_Profiler
php -f bin/magento setup:upgrade
php -f bin/magento mirasvit:profiler:enable
用法
php -f bin/magento mirasvit:profiler:enable # Enable profiler
php -f bin/magento mirasvit:profiler:disable # Disable profiler
php -f bin/magento mirasvit:profiler:status # Current status
php -f bin/magento mirasvit:profiler:allow-ips 127.0.0.1 192.268.22.11 # Allow only specified IPs
php -f bin/magento mirasvit:profiler:allow-ips --none # Remove IP restriction
演示
http://profiler.m2.mirasvit.com/
http://profiler.m2.mirasvit.com/profiler/profile/index/
屏幕截图
Magento 2 代码分析器和数据库分析器
许可
1.0.8
*(2020-10-08)
改进
- M2.4
1.0.6
(2017-09-28)
改进
- M2.2
修复
- 问题 #20
1.0.5
(2017-09-07)
- PHP 5.6.x
1.0.3, 1.0.4
(2017-09-06)
- less 编译问题
1.0.2
(2017-09-05)
- UI 重大变更
1.0.1
(2017-03-30)
- 改进样式加载机制
1.0.0
(2017-03-30)
- 首次发布