-
-
Notifications
You must be signed in to change notification settings - Fork 14
Caching Requests #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
- StatusShow more project fieldsBacklog
Currently, many requests made are duplicates (using different subsets of the same response).
It may be worthwhile to investigate caching responses for a certain amount of time by default to avoid duplicate requests and server overload.