✨ Enhancement: Optimize Blog Image Sizes #1404
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.
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
The text was updated successfully, but these errors were encountered: