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

bugfix(search): groups and bookmark component making too many requests. #3406

Open
1 task
cdxker opened this issue Feb 21, 2025 · 0 comments
Open
1 task
Assignees
Labels
bug Something isn't working medium priority

Comments

@cdxker
Copy link
Member

cdxker commented Feb 21, 2025

Description

Currently we are making multiple requests to get all the groups for the datasets on every component. This is causing a lot of server load and lag on the client side.

To fix this you should.

  • Convert the current implementation to make the requests outside the component and pass it down as a property.

To test index https://flaviar.com/ and look at the number of times it fetches for groups in the network tab.

Image

Target(s)

search

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

@cdxker cdxker added bug Something isn't working medium priority labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium priority
Projects
None yet
Development

No branches or pull requests

2 participants