My last project was very challenging where I was told to optimize Magento Site, Customer was using a dedicated server…
Step 1) Switch from MyISAM to InnoDB (e.g. XtraDB) Step 2) /etc/mysql/my.cnf default_storage_engine    = InnoDB innodb_log_file_size = 128M innodb_buffer_pool_size = 8G…
How I achieve 2.8s Load time in Magento as compare to 10s using the following In order to have Defer…