Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Common ] 이미지 최적화 작업 추가 진행 #219

Open
6 of 12 tasks
joohaem opened this issue Mar 7, 2023 · 0 comments · Fixed by #222 or #235
Open
6 of 12 tasks

[ Common ] 이미지 최적화 작업 추가 진행 #219

joohaem opened this issue Mar 7, 2023 · 0 comments · Fixed by #222 or #235

Comments

@joohaem
Copy link
Member

joohaem commented Mar 7, 2023

종류

ISSUE 종류를 선택하세요 ([ ] 안에 x 표시, [x])

  • Refactor (리모델링 재개발)
  • Fix (내가 해결해주지)
  • Bug (삐용삐용 큰일 났어 / 질문)
  • Feature (제가 해냈습니다)

내용

  1. 이미지 형식 결정

    • webp는 높은 압축률을 통해 사이즈 절감해주지만, 모든 브라우저에서 지원하지는 않는다.
    • -> picture 태그 / source 태그를 이용하여 호환성을 위해 예비 파일들을 로드한다.
  2. 적절한 크기의 이미지 사용

    • srcset / sizes 속성으로써 반응형 이미지를 제공한다.
    • (Cloudflare?) Image CDN을 사용한다.
  3. CLS(누적 레이아웃 변경) 개선

    • width, heigth 값 명시하기
  4. 메인 이미지 프리로딩하여 렌더링 시간 단축

체크리스트

  • 칸반보드에 있는 에픽 번호를 이슈 이름에 명시
    • EX [ {페이지명} - {세부명} ] 테스트 이슈명
  • Assignees / Labels / Milestone 선택
  • ...todos, ...alert
@joohaem joohaem linked a pull request Mar 11, 2023 that will close this issue
3 tasks
joohaem added a commit that referenced this issue Mar 13, 2023
feat: add image container for compatibility
@joohaem joohaem linked a pull request Mar 22, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant