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

[Feat] Local Cache 도입으로 Response Time 개선하기 #176

Open
zbqmgldjfh opened this issue Apr 23, 2024 · 0 comments
Open

[Feat] Local Cache 도입으로 Response Time 개선하기 #176

zbqmgldjfh opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
🔥 Enhancement New feature or request

Comments

@zbqmgldjfh
Copy link
Member

문제점

기존의 앱에서는 매 요청마다 DB에서 쿼리를 통해 데이터를 불러와 가공하여 보여준다.
쿼리 최적화를 해서 빠른 응답속도를 보여주고 있지만, 더 빠른 응답속도를 원한다!!

Redis는 사용하지 않는것이 목표이다!
우리 서버에 필요없는 자원을 사용하거나, 과도한 확장을 하지말자!

@zbqmgldjfh zbqmgldjfh self-assigned this Apr 23, 2024
@zbqmgldjfh zbqmgldjfh added 🔥 Enhancement New feature or request and removed ⭐ Feat labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant