composer require swissup/module-developer-toolbar --dev
bin/magento module:enable Mgt_DeveloperToolbar
bin/magento config:set dev/debug/developer_toolbar 1
- 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.2 compatible
- Magento 2.4.6 compatible
- Improved database page
- Similar queries feature
- Improved profiler page performance
- Filter profiler by significant entries
- Breezefront compatible