-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: (#737) 캐싱 적용 #742
feat: (#737) 캐싱 적용 #742
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #742 +/- ##
============================================
- Coverage 3.32% 3.31% -0.01%
Complexity 84 84
============================================
Files 621 623 +2
Lines 8623 8646 +23
Branches 211 211
============================================
Hits 287 287
- Misses 8325 8348 +23
Partials 11 11
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확실히 DMS는 읽기 수행이 많은 앱이라서 도입되면 좋을 것 같습니다!
아 MEAL 쪽도 캐싱 해주면 좋을 것 같아요! |
meal은 저희가 한 번 보내면 클라쪽에서 그걸 저장해두고 사용하고 있어서 캐싱을 사용할 필요가 없을 것 같아요! |
작업 내용 설명
주요 변경 사항
-- 캐시 설정을 모아뒀습니다
-- key를 메서드 명으로 생성해줌으로써 캐시의 종류를 구분해줄 수 있도록 하였습니다
추가적으로
결과물
체크리스트
관련 이슈