Showing posts with label lazy loading. Show all posts
Showing posts with label lazy loading. Show all posts

Understanding lazy loading in JavaScript

Understanding lazy loading in JavaScript
In this article, we will explore the concept of lazy loading in JavaScript. We'll delve into the native lazy loading API, its implementation, the signific…
Read more »

Today, I'd like to discuss the implementation of lazy loading techniques for a specific component, which is images.

 Today, I'd like to discuss the implementation of lazy loading techniques for a specific component, which is images.
Lazy loading? You can easily spot it while browsing Facebook. When you initially load the Facebook website, only a few messages appear. As you scroll down the …
Read more »

Improving Web Performance with Lazy Pattern

Improving Web Performance with Lazy Pattern
One of my all time favorite pattern for improving performance in modern web applications is relatively simple to explain: Just load what the user actually n…
Read more »