Skip to content

SSR: Caching strategy / implementation for Feed Detail Page #18

@Alessandro100

Description

@Alessandro100

A big pro of SSR is the ability to cache pages to improve speed and cost. The feed detail page updates at most once a day. Implement a caching mechanism that lasts a day. This will be dependent on the life of the Cloud Run instance.

Note:

  • Investigate the default caching properties of NextJs
  • Cache will only be available per cloud run instance (Instance dies, cache is gone)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions