clawrock/magento2-debug 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Packagist Packagist Build Status

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

  1. Enable developer mode php bin/magento deploy:mode:set developer
  2. Install module via composer composer require clawrock/magento2-debug
  3. Register module php bin/magento setup:upgrade
  4. Enable profiler in configuration: Stores -> Configuration -> Advanced -> Debug
  5. 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

GitHub 信息

  • Stars: 84
  • Watchers: 9
  • Forks: 37
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2019-01-03