vnecoms / module-developertoolbar
vnecoms magento Developer Toolbar
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 88
Type:magento2-module
Requires
- php: >=5.5.9
- magento/framework: ~100.1
This package is not auto-updated.
Last update: 2025-02-05 21:22:24 UTC
README
The Vnecoms Developer Toolbar is a must have for Magento 2 developers and frontend guys. The toolbar shows you all important information for performance optimisation and magento development.
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
Installation with Composer
- Connect to your server with SSH
- Navigation to your project and run these commands
composer require vnecoms/module-developertoolbar php bin/magento setup:upgrade rm -rf pub/static/* rm -rf var/* php bin/magento setup:static-content:deploy
Installation without Composer
- Download the files from github: https://github.com/vnecoms1/Mgt_Developertoolbar/archive/master.zip
- Extract archive and copy all directories from src/app/code/ to app/code/
- Go to project home directory and execute these commands
php bin/magento setup:upgrade rm -rf pub/static/* rm -rf var/* php bin/magento setup:static-content:deploy
Usage
To enable / disable the toolbar go to Stores --> Configuration --> MGT-COMMERCE.COM --> Developer Toolbar
Make sure to have the Full Page Caching (FPC) disabled otherwise the toolbar will not work
Screenshots
Dashboard
Profiler
Database Queries
Nested Blocks