-
-
Notifications
You must be signed in to change notification settings - Fork 13
Caching Requests #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog
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.