-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or request thereforNew feature or request thereforperformanceEfficient use of time and spaceEfficient use of time and spaceunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
Responses from the Dandi Archive API and S3 should be cached for a period of time in order to speed up browsing.
-
The Archive API does not use ETags, so the caching cannot be done at the HTTP level. The best option may be to add a cache in the client that maps API request paths to the deserialized objects they return (and likewise for S3).
-
Should there be some mechanism (e.g., a
purge=1
query parameter) for a user browsingdandidav
to force cache invalidation for a request?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request thereforNew feature or request thereforperformanceEfficient use of time and spaceEfficient use of time and spaceunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement