AbhiPatel10 / AISKCON-CONSTRUCTION

https://abhipatel10.github.io/AISKCON-CONSTRUCTION/
57 stars 196 forks source link

Enable lazy loading to improve website performance #443

Open shraddha761 opened 1 year ago

shraddha761 commented 1 year ago

Lazy loading is a technique that can be used to improve the performance of a website by delaying the loading of images and other resources until they are needed. This can help to reduce the initial load time of a page, which can improve the user experience and make the website more responsive.

The benefits of lazy loading include:

Reduced initial load time Improved user experience More responsive website Increased SEO ranking

Assign this issue to me under GGSOC'23

kartikayasija commented 1 year ago

What will be your approach to implement lazy-loading in this project?

shraddha761 commented 1 year ago

What will be your approach to implement lazy-loading in this project?

I'll Create a separate component for loading spinner so that it can be used in other components also.

kartikayasija commented 1 year ago

But we are not following component based architecture in this project.

shraddha761 commented 1 year ago

@kartikayasija I'll add lazy loading to pages