Tweak and Tune Magento Development Environment

Mandatory Magento Development Environment Settings Disable caching System > Cache Management > Disable All Recommended Open .htaccess and set SetEnv MAGE_IS_DEVELOPER_MODE “true” at the end of the file Open .htaccess and set php_value display_errors On somewhere within <IfModule mod_php5.c> Rename errors / local.xml.sample to errors / local.xml Convenience Enable Logging System > Configuration > Advanced > Developer > Log Settings > Enabled [ Yes ] Enable Debug Profiler System >…