Description
Overview
Images are not optimized. No next/image component usage, no lazy loading, no proper sizing.
Background
img tags used instead of next/image, causing layout shifts and larger downloads.
Specifications
- Replace img with next/image
- Add image placeholders
- Implement blur-up technique
Impacted Files:
- src/app/components/courses/*.tsx
- src/app/components/dashboard/*.tsx
- src/app/profile/page.tsx
Labels: frontend, performance, images, priority-medium
Acceptance Criteria
Optimized images with proper loading
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐
Description
Overview
Images are not optimized. No next/image component usage, no lazy loading, no proper sizing.
Background
img tags used instead of next/image, causing layout shifts and larger downloads.
Specifications
Impacted Files:
Labels: frontend, performance, images, priority-medium
Acceptance Criteria
Optimized images with proper loading
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐