How to optimize Magento website performance
Magento if the most widely used e-commerce framework. In this post I have mentioned few important points through which we can optimize overall Magento website’s performance. Most optimizations will work with any version of Magento . Note that here I assume your customized Magento website is build by following all the recommended coding standards (For more information about Magento coding standards please visit http://devdocs.magento.com/guides/v2.0/coding-standards/bk-coding-standards.html ). So, following are important points/guidelines you are supposed to follow to improve Magento performance. Enable Cache through Magento Admin Panel. Use minified js/css and enable Merge CSS/JS through Magento Admin Panel Enable code compilation after complete development. If updates, code modifications, extension installations are needed, code compilation needs to be disabled first. If not, there will be errors. Set HTTP Header Field Connection : Keep-Alive through server configuration. Do not t