Plugins - Magento Lazy Image Loader - CodeCanyon
Magento Lazy Image Loader his title this type of Plugins/MagentoExtensions This time I will review,made by mgt-commerce, Plugins/MagentoExtensions is sold at a price of $17 in CodeCanyon.lazy image loading // lazy images // lazy loader // lazy loader for magento // lazy loading // lazy loading image // lazyloading // magento images // magento lazy load // magento lazy loader //
Created | 19 July 12 |
Last Update | 19 July 12 |
Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
Software Version | Magento 1.7.0.2, Magento 1.7.0.1, Magento 1.7.0.0, Magento 1.6.2.0, Magento 1.6.1.0, Magento 1.6.0.0, Magento 1.5.1.0, Magento 1.5.0.1, Magento 1.4.0.0, Magento 1.4.0.1, Magento 1.4.1.0, Magento 1.4.1.1, Magento 1.4.2.0, Magento 1.3.* |
Files Included | PHP |
Load your images on demand
There are many ways to improve the performance of your magento store. All shop owners will know that product images play an important part. However, there is one problem with this. The more images you have, the slower the site loads and utilizes more bandwidth.
A very good solution to this is to load your images on demand, or what is most commonly known as lazy loading.
Conclusion Lazy loading is a additional way to improve the page’s loading time and overall performance. You only need 1-2 minutes to install this module.
Quick-start:
1. Extract zip archive and copy contents to the app/folder of your Magento installation
2. Open the file “app/design/frontend/default/default/catalog/product/list.phtml”
search for
>init($_product, ‘small_image’)>resi- ze(135); ?>” height=”135” alt=”<?php echo $this->stripTags($this->getImageLabel($_product, ‘small_image’), null, true) ?>” />
replace with
>init($_product, ‘small_image’)>resize(135); ?>” echo=”” />getSkinUrl(‘images/lazy_image_loader/loader.gif’); ?>” alt=”<?php echo $this->stripTags($this->getImageLabel($_product, ‘small_image’), null, true) ?>” />
3. Clear the cache in Admin > System > Cache Management
Related produck This user:mgt-commerce
No comments:
Post a Comment