metagento/lazy-load-magento2

This Magento 2 extension improve the load speed of your website by loading images with Lazy Load

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Language:JavaScript

Type:magento2-module

1.0.0 2018-09-29 04:44 UTC

This package is auto-updated.

Last update: 2024-02-29 03:43:42 UTC


README

What is lazy loading?

Lazy loading is technique that defers loading of non-critical resources at page load time, this case it's product images. Lazy loading is a great way to optimize magento website speed and improve performace.

In Magento default, when customers visit a page, the site loads all images of products on that page. This slows down the loading speed, and leads to long waiting time for customers.

Our Lazy Load extension solves this problem which just loads images on customer viewport.

Beside improving the performance, it boost your website ranking on search engines, as well.

Install via Composer

composer require metagento/lazy-load-magento2:*
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Then go to Store-> Configuration to active the feature.

Any question, please contact us https://www.metagento.com/magento-2-lazy-load.html