agamjotsingh18 / codesetgo

Open Source Website of CodeSetGo
https://codesetgo.netlify.app/
MIT License
77 stars 235 forks source link

Enable lazy loading to improve website performance #537

Open shraddha761 opened 1 year ago

shraddha761 commented 1 year ago

Is your feature request related to a problem? Please describe.

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.

Describe the solution you'd like.

The benefits of lazy loading include:

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

Describe alternatives you've considered.

Implement lazy loading

Add any other context or screenshots about the feature request here.

No response

Record

agamjotsingh18 commented 1 year ago

Sure @shraddha761