Skip to content

EP-135 마이페이지 프로필 사진 최적화 리팩토링#220

Open
CJewon wants to merge 1 commit intodevfrom
refactor/EP-135/mypage-profile-image
Open

EP-135 마이페이지 프로필 사진 최적화 리팩토링#220
CJewon wants to merge 1 commit intodevfrom
refactor/EP-135/mypage-profile-image

Conversation

@CJewon
Copy link
Collaborator

@CJewon CJewon commented Apr 20, 2025

❓이슈

✍️ Description

마이페이지 프로필 사진 최적화 리팩토링에 대한 PR입니다.
기존에는 데이터를 가지고 오는 시간동안 랜더링되는 부분이 없어서 기다리는 시간이 길어져 LCP가 길어졌습니다.
초기 데이터가 없는 동안에는 기본이미지를 가지고 온 다음, 데이터가 불러오면 해당 user이미지를 적용시키는 방향으로 수정하였습니다.

개선전

스크린샷 2025-04-20 144855

개선후

스크린샷 2025-04-20 162015

✅ Checklist

PR

  • Branch Convention 확인

    feat/* 기능 구현, fix/* 버그 수정, refactor/* 개선

  • Base Branch 확인
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test

  • 로컬 작동 확인

Additional Notes

  • (없음)

@CJewon CJewon added Priority: Medium 🔖 우선순위 보통 Type: Refactor ♻️ 코드 리팩토링 labels Apr 20, 2025
@CJewon CJewon requested review from ToKyun02 and rak517 April 20, 2025 07:30
@CJewon CJewon self-assigned this Apr 20, 2025
@vercel
Copy link

vercel bot commented Apr 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
epigram ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 20, 2025 7:30am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Refactor ♻️ 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[EP-135] Refactor : 마이페이지 프로필 사진 최적화

1 participant