-
-
Notifications
You must be signed in to change notification settings - Fork 311
Set a caching header by default #117
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceIssue related to performance and optimizationsIssue related to performance and optimizations
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceIssue related to performance and optimizationsIssue related to performance and optimizations
Just a suggestion : Since the data is only refreshed every hour, it would be perfectly safe to set
Cache-Control: max-age=<time until next refresh, calculated on the server>in every response. It would reduce the strain on your app.