web-resources-project icon indicating copy to clipboard operation
web-resources-project copied to clipboard

[FEAT] Increase performance with Lazy Loading

Open rushabhpanbude opened this issue 1 year ago • 1 comments

Hey, I want to add lazy loading to the website. The benefits of lazy loading include:

Reduces initial load time – Lazy loading a webpage reduces page weight, allowing for a quicker [page load time].

Bandwidth conservation – Lazy loading conserves bandwidth by delivering content to users only if it’s requested.

System resource conservation – Lazy loading conserves both server and client resources, because only some of the images, JavaScript, and other code actually need to be rendered or executed.

rushabhpanbude avatar Jul 01 '23 03:07 rushabhpanbude