Type
magento2-module
QuickDevBar is a developer toolbar for magento 2
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
:gift: Currently, the ADM_QuickDevBar
module has been refactored heavily: The architecture is redesigned to be compatible with Full page cache and fit coding standard :sparkles:
New functionalities are plugged: VarDumper handler, SQL backtrace, and more see Changelog .
The refactoring has come available under a new major version 0.2.0.
Supported versions: Magento 2.4.x till 2.4.6 but should work with lower version. See composer.json for other requirements.
Hope this debug toolbar can speed up Magento2 development module. Any feedback and idea to improve this toolbar will be appreciated :beers: so get in touch via the issue tracker on GitHub. Feel free to fork and pull request. The structure of this toolbar is extremely simple you just need to add a new block in the layout to get your tab running.
Info tab
Queries Tab
Theme chooser
php bin/magento --clear-static-content module:enable ADM_QuickDevBar
php bin/magento setup:upgrade
In the Magento root directory
composer require vpietri/adm-quickdevbar --dev
php bin/magento module:enable ADM_QuickDevBar
php bin/magento setup:upgrade
In the Magento root directory
modman clone [email protected]:vpietri/magento2-developer-quickdevbar.git
php bin/magento module:enable ADM_QuickDevBar
php bin/magento setup:upgrade
php bin/magento setup:upgrade
php bin/magento cache:flush
The toolbar is displayed by default if your web server is on your local development environment.
You can force activation via command line
php bin/magento dev:quickdevbar:enable
and activate full sql backtrace
php bin/magento dev:quickdevbar:enable --sql-qdb-profiler
Or via the standard configuration in the Advanced/Developer/Quick dev bar section.
If you do not see the toolbar you should either force activation by filling your IP in the field "Allowed IPs" and fill a matching pattern of you user-agent in the field "Allowed user-agent pattern" if it's needed.
(Beta) In PhpStorm you can use IDE Remote Control to open file
https://plugins.jetbrains.com/plugin/19991-ide-remote-control
Add your logo on Github Sponsors