Skip to content

Small & simple extended Magento 1.x Profiler with database SQL queries list.

License

Notifications You must be signed in to change notification settings

agata-maksymiuk/magento-sql-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento SQL Handy Profiler

Small & simple extended Magento 1.x Profiler with SQL queries list.

Features

  • Displays all SQL queries list
  • Works with multi-database connections
  • Some nice syntax coloring
  • Created & tested with Magento 1.9.3

Install & run

Install module and enable just as regular Magento Profiler:

  • System > Configuration > tab Advanced > Developer > Debug > Profiler - set to Yes
  • Uncomment Varien_Profiler::enable(); in index.php
  • Set enviromental variable in server configuration MAGE_IS_DEVELOPER_MODE to 1 (recommended) or Mage::setIsDeveloperMode(true); in index.php
  • add <profiler>true</profiler> within <connection> setup in your app/etc/local.xml

About

Small & simple extended Magento 1.x Profiler with database SQL queries list.

Resources

License

Stars

Watchers

Forks

Packages

No packages published