Reduce loading time by Loading images on demand and save server resources.
Lazy Load extension for Magento 2 only load images within the customer viewpoint and automatically load relivant images as the customer scrolls
composer require magepal/magento2-cataloglazyload
To install Lazy Load for Magento2
- Download the extension
- Unzip the file
- Create a folder {Magento root}/app/code/MagePal/CatalogLazyLoad
- Copy the content from the unzip folder
- Flush cache
- php -f bin/magento module:enable --clear-static-content MagePal_CatalogLazyLoad
- php -f bin/magento setup:upgrade
Log into your Magento Admin, then goto Stores -> Configuration -> MagePal -> Catalog Lazy Load
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
If you encounter any problems or bugs, please open an issue on GitHub.
Need help setting up or want to customize this extension to meet your business needs? Please email support@magepal.com and if we like your idea we will add this feature for free or at a discounted rate.
© MagePal LLC.