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

Speed up the handling of queue updates (slow updates when queue has many items) #671

Open
mitchdowney opened this issue Oct 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mitchdowney
Copy link
Member

@agates reported that he has 100+ items in his queue, and adding/removing items to his queue takes ~30 seconds.

My guess is that I'm doing some iteration through the queue rather than a bulk query (or some other more efficient process).

Ideally this can be fixed just through the backend API, but I'm not sure if the slow down is actually in the front-end handling.

@mitchdowney mitchdowney added the bug Something isn't working label Oct 12, 2023
@mitchdowney mitchdowney self-assigned this Oct 12, 2023
@mitchdowney
Copy link
Member Author

Going to save this feature/fix for v5.

@mitchdowney mitchdowney removed their assignment Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant