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

API 호출을 적게 하도록 설정 #502

Open
1 task
solo5star opened this issue Sep 28, 2023 · 0 comments
Open
1 task

API 호출을 적게 하도록 설정 #502

solo5star opened this issue Sep 28, 2023 · 0 comments
Labels
FE 될 때까지 한다잉 우선순위:🟡보통 급하진 않지만, 필요한 작업입니다. 카테고리:최적화🚀 성능 최적화와 연관된 이슈입니다.

Comments

@solo5star
Copy link
Member

📑 작업 사항

  • react-query의 기본 값(staleTime: 0, cacheTime: 0)을 그대로 사용하고 있어서 refetch가 자주 일어나고 있다.
  • 불필요한 API 호출을 줄이기 위해 API마다 적절한 staleTime, cacheTime을 설정한다.

To-do

  • API마다 적절한 staleTime, cacheTime 설정

🎸 기타사항

@solo5star solo5star added FE 될 때까지 한다잉 우선순위:🟡보통 급하진 않지만, 필요한 작업입니다. 카테고리:최적화🚀 성능 최적화와 연관된 이슈입니다. labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 될 때까지 한다잉 우선순위:🟡보통 급하진 않지만, 필요한 작업입니다. 카테고리:최적화🚀 성능 최적화와 연관된 이슈입니다.
Projects
Status: Todo
Development

No branches or pull requests

1 participant