zegaclabs / module-dev-accelerator
A Magento 2 module offering a collection of development tools and utilities designed to improve productivity, simplify debugging, and speed up the development workflow.
Package info
github.com/zegac-dev/magento2-dev-accelerator
Type:magento2-module
pkg:composer/zegaclabs/module-dev-accelerator
1.0.0
2026-02-16 10:04 UTC
Requires
- php: ~8.2.0||~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
A Magento 2 module offering a collection of development tools and utilities designed to improve productivity, simplify debugging, and speed up the development workflow.
Features
- Template Debugger - Shows template file paths in HTML comments
- Container Debugger - Marks layout containers with HTML comments
- Layout Handles Logger - Logs page handles to browser console
Installation
composer require --dev zegaclabs/module-dev-accelerator php bin/magento module:enable ZegacLabs_DevAccelerator php bin/magento setup:upgrade php bin/magento cache:clean
Configuration
Admin Panel → Stores → Configuration → ZegacLabs → Dev Accelerator
Options
- Enable Dev Accelerator - Master switch (requires Developer mode)
- Enable Template Comments - Show template paths in HTML
- Enable Container Comments - Show container boundaries in HTML
- Enable Layout Handles Logger - Log handles to browser console
Usage
Template Comments
- Enable feature in admin config
- View page source (Right-click → View Page Source)
- Look for
<!-- TEMPLATE START/END: path -->comments
Container Comments
- Enable feature in admin config
- View page source
- Look for
<!-- CONTAINER START/END: name -->comments
Layout Handles Logger
- Enable feature in admin config
- Open browser Developer Tools (F12)
- Check Console tab for "Page Layout Handles" section