“Instant” rendering of important images and lazy loading of the rest
Intro: One of the solutions for improving frontend performance that I shared at Meet Magento Croatia 2017 was a workaround whose aim is to load and render important product images very fast. The underlying idea is to base64 a lower quality version of the important images and use data URI to embed them inside the HTML …