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

✨ Enhancement: Optimize Blog Image Sizes #1404

Open
Karan-Palan opened this issue Feb 10, 2025 · 0 comments
Open

✨ Enhancement: Optimize Blog Image Sizes #1404

Karan-Palan opened this issue Feb 10, 2025 · 0 comments
Labels
✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Triage This is the initial status for an issue that requires triage.

Comments

@Karan-Palan
Copy link
Contributor

Karan-Palan commented Feb 10, 2025

Is your feature request related to a problem? Please describe

The current implementation of the Blog images leads to longer load times due to unoptimized image sizes. This affects page performance, based on this issue I opened.

Describe the solution you'd like

Optimize Image Loading with Next.js Image Component:
- Use priority for the first 10 images to load eagerly.
- Enable lazy loading (loading="lazy") for images not in the initial viewport.
- Adjust quality to 75 to reduce file size without compromising visible quality.

Describe alternatives you've considered

No response

Additional context

No response

Are you working on this?

Yes

@Karan-Palan Karan-Palan added Status: Triage This is the initial status for an issue that requires triage. ✨ Enhancement Indicates that the issue suggests an improvement or new feature. labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Triage This is the initial status for an issue that requires triage.
Projects
None yet
Development

No branches or pull requests

1 participant