codedang
codedang copied to clipboard
Next.JS First Load JS size 줄이기 및 성능 향상
Describe the problem and solution
미리 문제 되는 구현 방식을 찾아 고치고 공유하면 추후 리팩토링에 들어갈 비용을 아낄 수 있다고 생각하여 이슈올립니다!
작업 할 내용은 대략 아래와 같습니다.
- Next.JS에서 제공하는 Font, Image component를 제대로 사용하고 있는지
- Dynamic import을 사용
- Next.JS에서 기본으로 제공하는 webpack tree shaking이 제대로 돌아가는지
- lighthouse등으로 성능 분석
- etc
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines
- [X] Check that there isn't already an issue
Changed the connected Notion task status to not-started
TAS-596 Next.JS First Load JS size 줄이기 및 성능 향상
Changed the connected Notion task status to not-started