Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy load images #67

Open
bintay opened this issue Sep 8, 2020 · 1 comment
Open

Lazy load images #67

bintay opened this issue Sep 8, 2020 · 1 comment

Comments

@bintay
Copy link
Collaborator

bintay commented Sep 8, 2020

We don't need to load every image right when we load the page. Wait until the image is just about to come into view and then load it. We can also break the background (parallax(FILLER).png) up into a few images and tile it with lazy loading since it's also a huge image. This should help make the landing section load faster right when users gets to the site.

@bintay
Copy link
Collaborator Author

bintay commented Sep 8, 2020

Looks like we're only using ~60% of parallax(FILLER).png anyway, we could manually cut it down until we need more content / add tiling with lazy loading which will do it for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant