Conversation
- ISR 캐싱 적용: 메인 페이지(5분), 가챠보드(1분) - 카카오맵 스크립트를 afterInteractive로 변경해 초기 렌더 차단 제거 - GachaPostEditor를 dynamic import로 분리해 어드민 번들 지연 로드 - GachaPostDetail 첫 번째 이미지 중복 렌더링 제거 - 리뷰 쿼리에 limit(10) 추가 - supabase.ts, Map.tsx의 debug console.log 제거 - useAuthStore: 동일 유저+프로필 로드 완료 시 SIGNED_IN 재처리 생략으로 페이지 이동 시 불필요한 로딩 제거 - Header: 모바일 로고 폰트 축소, 사이드바 네비게이션으로 개편 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 PR #5 — perf: 성능 최적화 및 UX 개선
📄
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
beforeInteractive→afterInteractive로 변경해 초기 렌더 차단 제거GachaPostEditor를dynamic import+ssr: false로 변환 (create, edit 페이지 모두 적용) — 일반 유저의 초기 JS 번들 크기 감소GachaPostDetail상단 풀블리드 이미지가 콘텐츠 섹션에서 한 번 더 렌더링되던 버그 수정ShopDetailView리뷰 쿼리에.limit(10)추가로 불필요한 데이터 과다 로드 방지supabase.ts,Map.tsx의 프로덕션console.log제거useAuthStore에서 동일 유저 + 프로필 로드 완료 상태 시SIGNED_IN재처리 생략 — 창 포커스 복귀 시 불필요한 재로드 방지테스트 체크리스트
🤖 Generated with Claude Code