Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

What is lazy loading?

3 Posts
3 Users
0 Reactions
108 Views
Posts: 461
Topic starter
(@dinesha-g)
Reputable Member
Joined: 2 years ago

lazy loading

2 Replies
Posts: 52
(@chitravarsha15)
Trusted Member
Joined: 2 years ago

Identifying resources as non-blocking (non-critical) and loading them only when necessary is known as lazy loading. It is a method for cutting the essential rendering path's length, which results in faster page loads.

 

 

Reply
Posts: 173
(@princy)
Estimable Member
Joined: 2 years ago

A design pattern called lazy loading, also referred to as asynchronous loading, is frequently used in computer programming, primarily in web design and development, to postpone initialising an object until the point at which it is required. If implemented correctly and responsibly, it can increase the program's operational efficiency.

Reply
Share: