Skip to content

HTTP Cache + 304로 불필요한 DB 조회 줄이기 #55

Description

@wonslee

로케이션 카테고리, 스팟 카테고리의 경우 변경 주기가 깁니다.
=> 데이터에 버전을 매겨서 따로 클라이언트에게 캐싱으로써 응답

변경되지 않은 경우 HTTP 304 code로 응답하고, 변경된 경우엔 HTTP 200 code로 응답할 예정.

PR은 천천히 (8월 중순 정도) 올릴 예정입니다 공부할 시간이 필요해서,,

참고:
HTTP Cache로 불필요한 네트워크 요청 방지
웹 서비스 캐시 똑똑하게 다루기

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions