jayk-gupta / web-resources-project

The project aims to provide developers with a centralized platform to access a wide range of frontend tools and resources, making their development process more efficient and productive.
https://web-resources-hub-project.vercel.app/
MIT License
82 stars 142 forks source link

[FEAT] Increase performance with Lazy Loading #461

Open rushabhpanbude opened 1 year ago

rushabhpanbude commented 1 year ago

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.

github-actions[bot] commented 1 year ago

To reduce notifications, issues are locked. Your issue will be unlock when we will add label as 🏁 status: ready for dev. Check out the contributing guide for more information. Also, if you're in GSSoC'23 please check the discussion

jayk-gupta commented 1 year ago

would you like to work on it?

rushabhpanbude commented 1 year ago

would you like to work on it?

Yes Done #532