magefan / module-lazyload

magefan/module-lazyload

Images lazyloading on Magento 2 store.

  • Magefan
magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass

Magento 2 Image Lazy Load Extension by Magefan

Total Downloads
Latest Stable Version

support-ukraine.png

made_in_ukraine.jpg

Features

  • Allow to load images on your store only when customer can see them. Module reduces page size and number of request.

download-magefan-extensions.png

Useful Links

Compatibility

Requirements

  • Magento Community Edition 2.0.x-2.4.x or Magento Enterprise Edition 2.0.x-2.4.x

Demo

Try out our open demo and if you like our extension please give us some star on Github ★

Storefront Demo Admin Panel Demo
Magento 2 Image Lazy Load Extension Storefront Demo Magento 2 Image Lazy Load Extension Admin Panel Demo
view view

Support

If you have any issues, please contact us
then if you still need help, open a bug report in GitHub's
issue tracker.

Please do not use Magento Marketplace's Reviews or (especially) the Q&A for support.
There isn't a way for us to reply to reviews and the Q&A moderation is very slow.

License

The code is licensed under EULA.

Magento Extensions by Magefan

Magento 2 SEO Extensions

Magento 2 Google Extensions

Magento Speed Optimisation Extensions

Magento Admin Extensions

Magento Order Management Extensions

Magento 2 Blog Extensions

Magento Marketing Extensions

Magento Promotions Extensions

Magento 2 Multi-Language Extensions

Developers Tools

Shopify Apps by Magefan

Magento 2 Services by Magefan

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
2.2.0 stable Fail Magento 2.4.7-2.4.9 Details 2026-05-07 11:05:16
2.1.7 stable Not tested Not yet tested Details 2026-03-23 16:24:28
2.1.6 stable Not tested Not yet tested Details 2025-01-22 11:46:45
2.1.5 stable Not tested Not yet tested Details 2024-07-03 13:22:11
2.1.4 stable Not tested Not yet tested Details 2024-02-09 13:58:04
2.1.3 stable Not tested Not yet tested Details 2024-01-18 07:54:53
2.1.2 stable Not tested Not yet tested Details 2023-12-18 08:24:13
2.1.1 stable Not tested Not yet tested Details 2023-10-05 10:18:05
2.1.0 stable Not tested Not yet tested Details 2023-09-12 08:38:16
2.0.23.1 stable Not tested Not yet tested Details 2023-06-16 10:08:33
2.0.23 stable Not tested Not yet tested Details 2023-06-16 07:28:54
2.0.22 stable Not tested Not yet tested Details 2023-06-14 07:25:34
2.0.21.1 stable Not tested Not yet tested Details 2023-06-12 12:54:16
2.0.21 stable Not tested Not yet tested Details 2023-06-09 13:36:02
2.0.20 stable Not tested Not yet tested Details 2023-05-08 08:49:21
2.0.19 stable Not tested Not yet tested Details 2022-11-25 06:22:26
2.0.18 stable Not tested Not yet tested Details 2022-08-09 05:48:28
2.0.17 stable Not tested Not yet tested Details 2022-04-15 14:57:46
2.0.16 stable Not tested Not yet tested Details 2022-02-07 15:06:24
2.0.15 stable Not tested Not yet tested Details 2021-07-22 08:45:25
2.0.14.1 stable Not tested Not yet tested Details 2020-12-01 14:37:31
2.0.14 stable Not tested Not yet tested Details 2020-11-20 12:08:01
2.0.13 stable Not tested Not yet tested Details 2020-09-27 10:32:50
2.0.12 stable Not tested Not yet tested Details 2020-05-20 06:32:44
2.0.11 stable Not tested Not yet tested Details 2020-02-17 13:41:53
2.0.10 stable Not tested Not yet tested Details 2020-02-10 16:08:25
2.0.9 stable Not tested Not yet tested Details 2020-02-04 15:01:51
2.0.7 stable Not tested Not yet tested Details 2020-01-08 09:56:39
2.0.6 stable Not tested Not yet tested Details 2019-09-12 06:51:36
2.0.5 stable Not tested Not yet tested Details 2019-01-30 14:35:16
2.0.4 stable Not tested Not yet tested Details 2019-01-04 07:51:04
2.0.3 stable Not tested Not yet tested Details 2018-12-11 08:33:49
2.0.2 stable Not tested Not yet tested Details 2018-07-25 08:43:14
2.0.1 stable Not tested Not yet tested Details 2017-08-13 08:04:51
2.0.0 stable Not tested Not yet tested Details 2017-08-12 16:01:43

Requires 1

Package Constraint
magefan/module-community >=2.3.5

Suggests 2

Package Reason
magefan/module-webp Install WebP Optimized Images to serve images in the next-gen format. Use coupon code COMPOSER-FAN to get 10% discount on magefan.com.
magefan/module-rocketjavascript Install Rocket JavaScript to optimize JS loading.

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 31 4 errors, 27 warnings (ruleset: Magento2) — 4 auto-fixable with phpcbf
PHPMD Warning 6 6 rule violations (UnusedFormalParameter:5, IfStatementAssignment:1)
Cpd Warning 1 1 duplicated chunk spanning 40 total lines (min-lines=5, min-tokens=70)
Composer validate Info 3 valid; 3 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 50 50
2.4.8 59 59
2.4.9 59 59

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
Authors

More from magefan

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.