From 24ad2f45cce247050f049f3ffccfc977ead1f5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 24 Jan 2021 00:29:45 +0000 Subject: [PATCH] Replace the recommended lazyloading library --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 61d7eb6..3f41d5f 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -869,7 +869,7 @@ var policies = { "lazyLoadableImagesBelowTheFold": { "tool": "phantomas", "label": "Below the fold images", - "message": "

This is the number of images displayed below the fold that could be lazy-loaded. This is an excellent way to accelerate the loading time of an heavy page.

I recommend using this lazyloader.

", + "message": "

This is the number of images displayed below the fold that could be lazy-loaded. This is an excellent way to accelerate the loading time of an heavy page.

I recommend using lazysizes or Lozad.

", "isOkThreshold": 1, "isBadThreshold": 12, "isAbnormalThreshold": 30,