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

Add lazy loading to images, which aren't important in first viewport view #996

Open
2 tasks
ohrie opened this issue Mar 21, 2022 · 0 comments
Open
2 tasks

Comments

@ohrie
Copy link
Contributor

ohrie commented Mar 21, 2022

What's the problem you want solved?
For reducing first initial load time and data, we should integrate the loading property to the images which are not important on first load (not visible) and can be deferred. See also mdn docs.

Tasks

  • Search for all images
  • Add loading="lazy" where needed
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