Skip to content

Instantly share code, notes, and snippets.

@jonathonbyrdziak
Last active August 29, 2015 14:19
Show Gist options
  • Save jonathonbyrdziak/2facae071fd14493683c to your computer and use it in GitHub Desktop.
Save jonathonbyrdziak/2facae071fd14493683c to your computer and use it in GitHub Desktop.
Enable Magento Profiler
<?php
/**
* http://magentosupport.help/knowledgebase/enable-magento-debug-mode-and-the-magento-profiler/
*/
Varien_Profiler::enable();
Mage::setIsDeveloperMode(true);
ini_set('display_errors', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment