sameersrivastava13 / Vaccine-Tracker-App

Check Your Nearest Vaccination Center And Slots Availability using pincode and district name.

Home Page:https://vaccine-tracker-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Lazy Loading

sameersrivastava13 opened this issue · comments

Description

Normally when a user opens a webpage, the entire page’s contents are downloaded and rendered in a single go. While this allows the browser to cache the web page, there’s no guarantee that the user will actually view all of the downloaded content.

Lazy loading a webpage reduces page weight, allowing for a quicker page load time. Add lazy loading to the application. Take reference from here.

Have you read the Contributing Guidelines on Pull Requests?
Yes

do you want lazy loading for only images ?

Yes @dilroseR. Actually the images are creating issues and taking lot of time to load. I just want the page to load more quickly, reduce page weight and load time.

Can I try?
should apply lazy load to all images right?

Yes go ahead @dilroseR. Do whatever you can in order to optimize the page load time.