awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
verlok avatar

verlok/lazyload

0
View on GitHub↗
7,852 نجوم·675 تفرعات·JavaScript·MIT·7 مشاهداتwww.andreaverlicchi.eu/vanilla-lazyload↗

Lazyload

هذا المشروع عبارة عن مكتبة JavaScript بسيطة ومحسن لأداء الويب مصمم لتأجيل تحميل الصور، ومقاطع الفيديو، وiframes حتى تدخل في إطار عرض المتصفح (viewport). يعمل كغلاف لمراقب التقاطع (intersection observer) ومحمل وسائط متكيف لتقليل أوقات تحميل الصفحة الأولية وتوفير النطاق الترددي.

تتميز المكتبة بدعم الصور المتجاوبة عبر srcset ووسوم picture، بالإضافة إلى صور خلفية CSS وSVG المتحركة. تتكامل مع سمات التحميل الأصلية للمتصفح حيثما توفرت مع توفير بدائل مخصصة للبيئات غير المدعومة. يمكنها أيضاً تشغيل تنفيذ دوال JavaScript معينة بناءً على رؤية العنصر.

تغطي القدرات الواسعة إدارة أصول الواجهة الأمامية مع دعم استهداف حاوية التمرير المخصصة ومراقبة المحتوى الديناميكي للعناصر المحقونة بشكل غير متزامن. تدير الأداة أيضاً موثوقية الشبكة من خلال معالجة أخطاء تحميل الأصول وإلغاء التنزيلات النشطة للعناصر التي تخرج من إطار العرض قبل الاكتمال.

Features

  • Initial Page Load Optimizations - Reduces initial page load times by deferring the loading of images, videos, and iframes until they enter the viewport.
  • Frontend Asset Deferral Management - Manages how and when media assets and third-party embeds load to save bandwidth and improve responsiveness.
  • Intersection Observer Implementations - Uses the browser's native IntersectionObserver API to trigger asset loading when elements enter the viewport.
  • IntersectionObserver Media Loaders - Handles responsive images, animated SVGs, and iframes using a mix of native loading and custom fallbacks.
  • Lazy Loading Libraries - Provides a vanilla JavaScript library to defer the loading of images, videos, and iframes until they enter the viewport.
  • Responsive Image Loaders - Loads the most appropriate image source using picture tags and srcset attributes only when the element enters the viewport.
  • Media Lazy Loading - Handles the lazy loading of complex image sets and picture tags across different device screen sizes.
  • Video Lazy Loading - Defers the loading of video elements until they enter the viewport to optimize initial page speed.
  • Viewport-Based Asset Loading - Delays loading of images, videos, iframes, and scripts until they enter the viewport to increase initial page speed.
  • Web Performance Optimization Tools - Increases initial page speed by reducing the number of assets loaded during the first request.
  • Viewport Action Triggers - Triggers specific JavaScript functions or loading processes automatically when elements become visible.
  • CSS Background Image Deferral - Delays the loading of CSS background images until they are visible to the user.
  • Custom Scroll Triggers - Detects visibility triggers within specific scrolling containers instead of only the global browser window.
  • Visibility Tracking - Supports independent scrolling panels by binding visibility detection to specific overflow elements instead of the global window.
  • Visibility-Triggered Actions - Automatically executes custom JavaScript functions when specific elements scroll into the user's view.
  • Data Attribute Asset Deferral - Prevents initial page downloads by storing source URLs in custom data attributes until they are needed.
  • Dynamic Asset Observation - Updates visibility observers to automatically handle the lazy loading of assets within dynamically injected content.
  • Dynamic Element Observation - Automatically detects and tracks new elements added to the DOM asynchronously to trigger lazy loading.
  • Loading Error Recovery - Handles loading failures for lazy-loaded assets by preventing broken images and retrying loads when connectivity returns.
  • Native Lazy Loading Polyfills - Prioritizes native browser loading attributes while providing a JavaScript polyfill for unsupported environments.
  • Iframe Lazy Loading - Delays the loading of embedded iframes until they enter the browser viewport to reduce initial load time.
  • Image Optimization - Lazy load images and iframes to improve initial page load.

سجل النجوم

مخطط تاريخ النجوم لـ verlok/lazyloadمخطط تاريخ النجوم لـ verlok/lazyload

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Lazyload

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Lazyload.
  • verlok/vanilla-lazyloadالصورة الرمزية لـ verlok

    verlok/vanilla-lazyload

    7,853عرض على GitHub↗

    vanilla-lazyload is a JavaScript lazy loading library and viewport-based asset loader designed to improve page load speed by deferring the loading of images, videos, iframes, and backgrounds. It functions as an intersection observer media loader that triggers resource downloads and script execution only when elements enter the browser viewport. The project also serves as a native lazy loading polyfill, utilizing native browser loading attributes where supported and providing a JavaScript fallback for older environments. The library distinguishes itself through active bandwidth management, suc

    JavaScripthacktoberfestiframesimages
    عرض على GitHub↗7,853
  • callmecavs/layzr.jsالصورة الرمزية لـ callmecavs

    callmecavs/layzr.js

    5,503عرض على GitHub↗

    layzr.js is a JavaScript image lazy loading library designed to improve initial page load speed by delaying the download of images until they enter the browser viewport. It functions as a responsive image selector that identifies the most appropriate image source based on browser support and device pixel ratio. The library employs a system for responsive image delivery that evaluates data attributes to select optimal sources. It includes a mechanism for dynamic content tracking, which monitors the document for newly added images to ensure they are automatically added to the loading queue. Th

    JavaScriptimagelazyload
    عرض على GitHub↗5,503
  • ivopetkov/responsively-lazyالصورة الرمزية لـ ivopetkov

    ivopetkov/responsively-lazy

    1,092عرض على GitHub↗

    Responsively-lazy is a library designed to optimize web performance by deferring the loading of off-screen assets until they are required by the user. It functions as a utility for reducing initial page payloads by delaying the rendering of images, background images, and HTML content until elements enter the browser viewport. The library distinguishes itself through its automated handling of dynamic content. By utilizing a mutation observer, it monitors the document tree for new elements added after the initial page load and applies lazy loading behaviors to them without requiring manual re-i

    JavaScriptcsshtmljavascript
    عرض على GitHub↗1,092
  • jasonslyvia/react-lazyloadالصورة الرمزية لـ jasonslyvia

    jasonslyvia/react-lazyload

    5,904عرض على GitHub↗

    This project is a React lazy loading component designed to improve frontend performance by deferring the rendering of child elements until they enter the browser viewport. It functions as a resource lifecycle manager and visibility trigger, preventing unnecessary mounts of off-screen components to reduce initial page load times and memory usage. The library provides configuration for visibility triggers, allowing the use of custom offsets and specific scroll containers to determine when a component loads. It includes mechanisms for managing component lifecycles, enabling the choice of whether

    JavaScript
    عرض على GitHub↗5,904
عرض جميع البدائل الـ 30 لـ Lazyload→

الأسئلة الشائعة

ما هي وظيفة verlok/lazyload؟

هذا المشروع عبارة عن مكتبة JavaScript بسيطة ومحسن لأداء الويب مصمم لتأجيل تحميل الصور، ومقاطع الفيديو، وiframes حتى تدخل في إطار عرض المتصفح (viewport). يعمل كغلاف لمراقب التقاطع (intersection observer) ومحمل وسائط متكيف لتقليل أوقات تحميل الصفحة الأولية وتوفير النطاق الترددي.

ما هي الميزات الرئيسية لـ verlok/lazyload؟

الميزات الرئيسية لـ verlok/lazyload هي: Initial Page Load Optimizations, Frontend Asset Deferral Management, Intersection Observer Implementations, IntersectionObserver Media Loaders, Lazy Loading Libraries, Responsive Image Loaders, Media Lazy Loading, Video Lazy Loading.

ما هي البدائل مفتوحة المصدر لـ verlok/lazyload؟

تشمل البدائل مفتوحة المصدر لـ verlok/lazyload: verlok/vanilla-lazyload — vanilla-lazyload is a JavaScript lazy loading library and viewport-based asset loader designed to improve page load… callmecavs/layzr.js — layzr.js is a JavaScript image lazy loading library designed to improve initial page load speed by delaying the… ivopetkov/responsively-lazy — Responsively-lazy is a library designed to optimize web performance by deferring the loading of off-screen assets… luis-almeida/unveil — Unveil is a client-side image loader and jQuery plugin designed to improve page load speeds by managing when and how… jasonslyvia/react-lazyload — This project is a React lazy loading component designed to improve frontend performance by deferring the rendering of… civiccc/react-waypoint — react-waypoint is a React component and viewport tracking tool that executes functions based on the visibility of a…