-
-
Notifications
You must be signed in to change notification settings - Fork 347
Labels
Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: In ProgressThis issue is being worked on, and has someone assigned.This issue is being worked on, and has someone assigned.✨ EnhancementIndicates that the issue suggests an improvement or new feature.Indicates that the issue suggests an improvement or new feature.
Description
Is your feature request related to a problem? Please describe
The current implementation of the contributor avatars on the Community page leads to longer load times due to unoptimized image sizes. This affects page performance, based on @benjagm's comment on #1364
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.
- Serve Images in Modern Formats:
- Programmatically resize oversized avatars server-side before rendering.
Describe alternatives you've considered
No response
Additional context
No response
Are you working on this?
No
Metadata
Metadata
Assignees
Labels
Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: In ProgressThis issue is being worked on, and has someone assigned.This issue is being worked on, and has someone assigned.✨ EnhancementIndicates that the issue suggests an improvement or new feature.Indicates that the issue suggests an improvement or new feature.