plugin-icon

LazyLoad Background Images

Helps deferring offscreen background images and improves website speed by reducing HTTP requests .
تقييمات
5
آخر تحديث
March 31, 2024
النسخة
1.0.7
التنصيبات النشطة
400
LazyLoad Background Images

This plugin will delay the loading of background images in your website and thus helps boosting the website loading time by reducing total number of HTTP requests.

Quick Notes & Links

  1. Do not lazyload background images which are peresent above the fold because this will increase time to First Contentful Paint(FCP) metric and affect the speed of your website .
  2. Background images that are added using inline CSS e.g, <p style=" background-image: url( path/to/background-img.jpg )" > </p> are lazyloaded by this plugin by default .
  3. No dependencies required for this plugin to work.
  4. No extra HTTP request
  5. Add the selectors of the elements that have background images in the plugin settings page or add lazyload-bg class to the element .
  6. WordPress Tips and Tricks By Proloy Bhaduri
  7. Buy me a Coffee

Works smoothly with almost every page builders

Exclude certain inline background images from lazy loading using filter hook lazyload_inline_bg_excludes

add_filter(‘lazyload_inline_bg_excludes’,function($exclude_keywords){ $exclude_keywords = [ ‘bg-image.jpg’, ‘class-name’, ‘id’, ‘or any unique keyword that the element with background image has’ ]; },10,1);

Note: Add the above code to the functions.php file of your active theme/child theme or using a code snippets plugin.

مجانيعلى خطة Creator
إذا قمت بالتثبيت، فإنك توافق على شروط خدمة ووردبريس.كوم وشروط إضافات الأطراف الثالثة.
التنصيبات النشطة
400
تم اختباره حتى
6.5.5
تتوافر هذه الإضافة للتنزيل لتُستخدم في عملية التثبيت المستضافة ذاتيًا على ووردبريس لديك.