Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Product image Lazy Loader for WooCommerce

Опис

This plugin lazy loads WooCommerce product images on the shop and archive pages.

Credits

https://web.dev/lazy-loading-images/

Встановлення

  1. Download the .zip file
  2. Upload and extract the contents of the zip file to your wp-content/plugins/folder
  3. Activate the plugin from your WP-admin / Plugins
  4. Enjoy!

Часті питання

How to add my own placeholder image?

  1. Open the wc-lazy-loader.php file in the plugin folder
  2. Scroll down to line 42
  3. Replace the “placeholder-image.png” with a valid place holder image URL from your website.

Why use event handlers and not IntersectionObserver API

Good question! Using event handlers is considered to be one of the most compatible ways to approach lazy loading that works pretty much on every browser. We will, however, be switching to IntersectionObserver API in the next release.

I installed the plugin. Did it make any difference in my performance?

You can use https://gtmetrix.com/ or https://developers.google.com/speed/pagespeed/insights/ to check. It would be a good idea to check your site before installing this plugin, and then again after installing and activating this plugin.

Відгуки

04.04.2023
I tried it on a site that has five WooCommerce product sliders on its front page and takes 30s to load - no difference in load time. Plugin hasn't been updated in 3 years and has no reviews, which suggests it's not very useful. Seems like a good idea to me though.
Прочитати всі 1 відгук

Учасники та розробники

“Product image Lazy Loader for WooCommerce” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Product image Lazy Loader for WooCommerce” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • first release version