dannevang / magento-debug

Debug any Magento page easily by adding ?debug=1 query parameter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento module to list rendered blocks tree and SQL queries

Rendered blocks

SQL queries

Installation instructions

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone debug https://github.com/jreinke/magento-debug.git

or download package manually here and unzip in Magento root folder.

Finally, clear cache.

.gitignore (optional)

Is is recommended to ignore this module files. Add this to your .gitignore file:

app/code/community/Bubble/Debug/*
app/code/local/Zend/Db/Adapter/Pdo/Abstract.php
app/etc/modules/Bubble_Debug.xml

Usage

Enable debugging for current page

shop.example.com/apparel.html?debug=1

Enable debugging permanently

shop.example.com/apparel.html?debug=perm

Disable permament debugging

shop.example.com/apparel.html?debug=0

About

Debug any Magento page easily by adding ?debug=1 query parameter


Languages

Language:PHP 100.0%