Render-blocking JavaScript in Magento 1 RWD theme
In the past few months I started researching the possibilities to optimize the front-end performance of the Magento 1.x RWD theme. I found 3 very basic and important solutions that, once implemented, bring a lot of value. I worked on eliminating render-blocking JavaScript, eliminating render-blocking CSS, and showing product list images in a smarter way. I’ve also …