Skip to content

indrisepos/magento2-debug

 
 

Repository files navigation

Packagist Packagist Build Status Coverage 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. Register git repository composer config repositories.dbg git https://github.com/indrisepos/magento2-debug.git
  3. Install module via composer composer require indrisepos/magento2-debug [--update-no-dev]
  4. Register module php bin/magento setup:upgrade
  5. Enable profiler in configuration: Stores -> Configuration -> Advanced -> Debug
  6. Clear cache php bin/magento c:c

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.2 - 2.3
  • PHP 7.0 - 7.2

Profiler collectors

  • Ajax
  • Cache
  • Config
  • Customer
  • Database
  • Events
  • Layout
  • Memory
  • Models
  • Plugins
  • Request/Response
  • Performance
  • Translations

Additional features

Credits

About

Magento 2 Profiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.9%
  • HTML 29.3%
  • CSS 6.8%