Request quote

Posts Tagged ‘lazy load images’

Lazy load images and save bandwidths of your website

Posted on: June 30th, 2012 by Sarath C No Comments

This tutorial will help you to load your website faster by implementing lazyloading for all the <img> tags. Most of the time server-side render time is probably not the bottleneck of your page performance… Usually its the, the front-end is the most significant contributor to page load time. Things like <img> tags and css images […]