List Headline Image
Updated by Goivvy_Developers on Jun 10, 2019
 REPORT
1 items   1 followers   0 votes   0 views

5 Different Ways to Speed Up Magento

Having a fast website has become one of the most essential features of a positive eCommerce experience. Here are 5 great ways to help you speed up your Magento site

1

Do NOT Use JavaScript Bundling

JavaScript Bundling is the practice of taking two small JavaScript files and merging them together to reduce the number of requests to the server thus, having a shorter loading time.

However, there was a bug found in the process of this technique and it turns out that it took much longer to load the merged files than it did to load the smaller files. In the end, the process saved no time at all.

If that is not enough reason to stay away from this practice, developers have since found out that if you are running your website on HTTP2, then it is pointless to use JavaScript Bundling.