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

fix: cache articles in data cache #7

Closed

Conversation

algoORgoal
Copy link

@algoORgoal algoORgoal commented Dec 12, 2024

Summary

resolvese #6

Description

  • articles를 캐시하여, 사용자가 페이지를 직접 받아볼 수 있게 하여 cold start time을 직접적으로 느낄 수 없게 하였습니다.
  • 문제점: article이 새로 올라 왔을 때, data cache를 revalidate하여 새로운 article로 data-cache를 업데이트해야 합니다.

@algoORgoal algoORgoal closed this Dec 12, 2024
@algoORgoal
Copy link
Author

algoORgoal commented Dec 12, 2024

해당 조건이 만족시키고 때 다시 pull request를 열겠습니다.

  • revalidation period 설정
  • 페이지네이션으로 인한 의미가 없는 캐싱 구조 개선
  • 6초 이상 걸리는 스크린샷 업로드

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant