swissup / module-developer-toolbar
Mgt Developer Toolbar
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 89
Type:magento2-module
Requires
- php: >=7.4.0
README
Installation
composer require swissup/module-developer-toolbar --dev
bin/magento module:enable Mgt_DeveloperToolbar
bin/magento config:set dev/debug/developer_toolbar 1
Main Features
- Profiler
- Memory Consumption
- List of all Database Queries
- Block nesting
- Cache Storage Information
- Session Storage Information
- Enabled / Disabled Modules
- Request / Response Data
- Handles
- Events / Observers
- Plugins
- Preferences
- PHP-Info
Differences with original repo
- PHP 8.4 compatible
- Magento 2.4.7 compatible
- Improved database page
- Copy query with a mouse click
- Similar queries feature helps to find possible n+1 query issues
- Improved profiler page
- Significant performance improvements
- Filter entries by time execution
- Filter entries by entry label
- Breezefront compatible