Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate batching thumbnail requests #1500

Open
nitrosx opened this issue Jun 12, 2024 · 1 comment
Open

Investigate batching thumbnail requests #1500

nitrosx opened this issue Jun 12, 2024 · 1 comment

Comments

@nitrosx
Copy link
Member

nitrosx commented Jun 12, 2024

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

@Ingvord
Copy link
Member

Ingvord commented Jun 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants