Magento directory structure


CakePHP speed optimization techniques


1. Upgrade versions regularly
2. Disable Debug Mode
3. Disable Recursive Find Statements
4. Cache Query Results
5. Memory Based Caching
6. Removing Apache and Installing Nginx
7. Remove MySQL and Install Percona




Show all PHP errors

error_reporting(E_ALL);
ini_set('display_errors', '1');