Skip to content

Caching for fetched/url datasets #7316

Answered by domoritz
mauromelis asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the detailed feature request. However, I will close this request for a few reasons that I hope make sense. Please ask about anything that's unclear.

  • Vega-Lite already combines multiple requests to the same dataset within a specification. So if you use concat, it would only make one request.
  • Browsers already cache requests if the server does not disallow caching. It often looks like two requests in the network panel but you can look at the details to see whether the request was cached.
  • You already have a working solution by overriding the loader. I think that is the right place to implement this functionality. I believe a spec author should not have to worry about low-level …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by domoritz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7315 on March 19, 2021 21:48.