Yahoo India Web Search

Search results

  1. Aug 22, 2018 · Lazy loading is an optimization technique for online content that loads only the required section and delays the remaining until needed. Learn how lazy loading reduces time and memory consumption, and what are its drawbacks and alternatives.

    • Loading Attribute
    • Intersection Observer API
    • Event Handlers

    The loading attribute on an element, or the loading attribute on an , can be used to instruct the browser to defer loading of images/iframes that are off-screen until the user scrolls near them. This allows non-critical resources to load only if needed, potentially speeding up initial page loads and reducing network usage. The load event f...

    Intersection Observersallow the user to know when an observed element enters or exits the browser's viewport.

    When browser compatibility is crucial, there are a few options: 1. polyfill intersection observer 2. fallback to scroll, resize or orientation change event handlers to determine if a specific element is in viewport

  2. Lazy loading is a technique for waiting to load certain parts of a webpage until they are needed. Learn how lazy loading can speed up page load times, what resources can use it, and what are the advantages and disadvantages of this approach.

  3. People also ask

  4. en.wikipedia.org › wiki › Lazy_loadingLazy loading - Wikipedia

    Lazy loading (also known as asynchronous loading) is a technique used in computer programming, especially web design and web development, to defer initialization of an object until it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used.

  5. Aug 16, 2019 · Lazy loading is a technique that defers loading of non-critical resources at page load time. Learn why and how to lazy-load images and video to improve site performance, user experience, and data usage.

  6. Jan 4, 2024 · Lazy loading is a web performance optimization strategy that defers loading non-critical resources until they are needed. Learn how to use the loading attribute in HTML and the Intersection Observer API to implement lazy loading in different scenarios.

  7. Apr 4, 2024 · Lazy loading is a technique that delays the loading of certain elements on a web page until the user needs them. Learn why lazy loading can improve page speed, user experience, and SEO, and how to implement it with JavaScript, HTML, or WordPress plugins.

  1. People also search for