Skip to content

perf(web): ImageCard — native img를 next/image로 전환 #135

@thxforall

Description

@thxforall

문제

packages/web/app/images/ImageCard.tsx에서 raw <img> 사용. Next.js 이미지 최적화(WebP/AVIF, responsive srcset, priority hints) 미적용. 그리드에서 다수 이미지 렌더링 시 성능 저하.

Fix: next/imagefill 또는 명시적 width/height 사용

관련 파일

  • packages/web/app/images/ImageCard.tsx
  • packages/web/lib/components/main-renewal/SmartNav.tsx (avatar도 동일)
  • packages/web/lib/design-system/mobile-header.tsx (avatar도 동일)

Metadata

Metadata

Assignees

Labels

priority: high아키텍처 안정화 단계

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions