AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: Ollie on August 14, 2016, 01:16:09 AM

Title: How to defer certain images for faster page loading
Post by: Ollie on August 14, 2016, 01:16:09 AM
In this article, Patrick Sexton explains how to defer certain images without JQuery for faster page loading. I applied this technique to my category/subcategory images and I'm very happy with the result. I noticed my website loads much faster.

https://varvy.com/pagespeed/defer-images.html

These were the two files I have used:

/storefront/view/default/javascript/common.js
/storefront/view/default/template/blocks/category-top.tpl

NOTE: Along with image deferment, I also used image compression.