frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Investigate batching thumbnail requests

Open nitrosx opened this issue 8 months ago • 1 comments

Currently the Datasets list page for a list of n datasets perform n+1 requests to the backend. One request for the datasets list and n requests to retrieve the thumbnail for each dataset listed.

Can we refactor the code to requests m thumbnails in a single request? Pros and Cons

nitrosx avatar Jun 12 '24 16:06 nitrosx