2017 © Pedro Peláez
 

magento2-module magento2-module-lazyload

Magento 2 LazyLoad module by Girit Interactive

image

girit/magento2-module-lazyload

Magento 2 LazyLoad module by Girit Interactive

  • Thursday, May 17, 2018
  • by girit
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Magento 2 LazyLoad Module by Girit Interactive

This Magento 2 module adds LazyLoad for catalog images & CMS blocks., (*1)


Run the following command under your Magento 2 root dir:, (*2)

composer require girit/magento2-module-lazyload
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Install manually under app/code

First, you need to add this repository at the root of your composer.json:, (*3)

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/Youpie/simple-html-dom"
    }
]

Then, require this package in the same way as any other package:, (*4)

"require": {
    "simple-html-dom/simple-html-dom": "*"
}

Then, since Simple HTML DOM isn’t PSR-0 compliant, you need to add the following if you want to autoload it via Composer:, (*5)

"autoload": {
    "classmap": [
        "vendor/simple-html-dom/simple-html-dom/"
    ]
}

Then, download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Girit/LazyLoad, (*6)

Finally, run the following commands under your Magento 2 root dir:, (*7)

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

http://www.girit-tech.com
+972-3-9177788
info@girit.biz, (*8)

Copyright © 2018 Girit-Interactive. All rights reserved., (*9)

Girit Interactive Logo, (*10)

The Versions

17/05 2018

dev-master

9999999-dev

Magento 2 LazyLoad module by Girit Interactive

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

17/05 2018

1.0.0

1.0.0.0

Magento 2 LazyLoad module by Girit Interactive

  Sources   Download

OSL-3.0 AFL-3.0

The Requires