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

Implement Lazy Loading for Image Assets #2

Open
GautamAnjali569 opened this issue Jan 31, 2025 · 0 comments
Open

Implement Lazy Loading for Image Assets #2

GautamAnjali569 opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request IWOC2025 Medium

Comments

@GautamAnjali569
Copy link
Member

Description

Currently, all image assets are loaded at once, which can slow down performance. Implementing lazy loading will improve page speed and resource efficiency.

Steps to Implement

  1. Identify components that load images.
  2. Use the IntersectionObserver API to load images only when they enter the viewport.
  3. Ensure a fallback placeholder is displayed while loading.
  4. Test lazy loading on different screen sizes.

Expected Outcome

Faster loading times and improved performance, especially on slow networks.

@Durgesh4993 Durgesh4993 added enhancement New feature or request Medium IWOC2025 labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request IWOC2025 Medium
Projects
None yet
Development

No branches or pull requests

2 participants