/status API 성능 최적화 - 데이터베이스 쿼리 개선 #124
Merged
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.
📌 관련 이슈
✨ PR 세부 내용
사용자 정보 요청 API 내부 쿼리 성능을 개선합니다.
1️⃣
p6spy세팅2️⃣ 읽지 않은 채팅 개수 API 분리
3️⃣ N+1 문제 개선
2(N+1)쿼리가 발생하고 있음사용자의 팀스페이스 목록 조회->각 팀스페이스 정보 조회->각 팀스페이스의 참여자 목록 조회