harshalhonde21 / harshalhonde21/EcommerceSpectastyle
Feat: Adding Lazy loading to the website
Open
@Abhishek20122002 is already working on this.
Since May 12, 2024.
enhancement
gssoc
level2
- Dominant language
- JavaScript
- Stars
- 94
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Describe the feature
- Lazy loading reduces the time it takes for a web page to open.
- Bandwidth conservation.
3)Instead of loading everything all at once, known as "eager" loading, the browser does not request certain resources until the user interacts in such a way that the resources are needed.
Add ScreenShots
In this you can see as soon as I opened the website all the images get loaded which makes the website load slowly and also it decreases the SEO of website.
Record
- I want to work on this issue
- I agree to follow this project's Code of Conduct
- I'm a GSSOC'24 contributor
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.