8000 GitHub - dannevang/magento-debug: Debug any Magento page easily by adding ?debug=1 query parameter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

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

Notifications You must be signed in to change notification settings

dannevang/magento-debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0