awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
verlok avatar

verlok/lazyload

0
View on GitHub↗
7,852 estrellas·675 forks·JavaScript·MIT·6 vistaswww.andreaverlicchi.eu/vanilla-lazyload↗

Lazyload

Este proyecto es una biblioteca de JavaScript vainilla y optimizador de rendimiento web diseñado para diferir la carga de imágenes, videos e iframes hasta que entren en el viewport del navegador. Actúa como un wrapper de intersection observer y cargador de medios adaptativo para reducir los tiempos de carga inicial de la página y ahorrar ancho de banda.

La biblioteca se distingue por admitir imágenes responsivas mediante srcset y etiquetas picture, así como imágenes de fondo CSS y SVGs animados. Se integra con los atributos de carga nativos del navegador donde están disponibles, mientras proporciona fallbacks personalizados para entornos no compatibles. También puede activar la ejecución de funciones de JavaScript específicas basadas en la visibilidad del elemento.

Las capacidades amplias incluyen la gestión de activos frontend con soporte para el direccionamiento de contenedores de desplazamiento personalizados y la observación de contenido dinámico para elementos inyectados de forma asíncrona. La utilidad también gestiona la fiabilidad de la red mediante el manejo de errores de carga de activos y cancela las descargas activas para los elementos que salen del viewport antes de completarse.

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.

Historial de estrellas

Gráfico del historial de estrellas de verlok/lazyloadGráfico del historial de estrellas de verlok/lazyload

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace verlok/lazyload?

Este proyecto es una biblioteca de JavaScript vainilla y optimizador de rendimiento web diseñado para diferir la carga de imágenes, videos e iframes hasta que entren en el viewport del navegador. Actúa como un wrapper de intersection observer y cargador de medios adaptativo para reducir los tiempos de carga inicial de la página y ahorrar ancho de banda.

¿Cuáles son las características principales de verlok/lazyload?

Las características principales de verlok/lazyload son: 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.

¿Qué alternativas de código abierto existen para verlok/lazyload?

Las alternativas de código abierto para verlok/lazyload incluyen: 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…

Alternativas open-source a Lazyload

Proyectos open-source similares, clasificados según cuántas características comparten con Lazyload.
  • verlok/vanilla-lazyloadAvatar de verlok

    verlok/vanilla-lazyload

    7,853Ver en 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
    Ver en GitHub↗7,853
  • callmecavs/layzr.jsAvatar de callmecavs

    callmecavs/layzr.js

    5,503Ver en 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
    Ver en GitHub↗5,503
  • ivopetkov/responsively-lazyAvatar de ivopetkov

    ivopetkov/responsively-lazy

    1,092Ver en 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
    Ver en GitHub↗1,092
  • jasonslyvia/react-lazyloadAvatar de jasonslyvia

    jasonslyvia/react-lazyload

    5,904Ver en 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
    Ver en GitHub↗5,904
Ver las 30 alternativas a Lazyload→