You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Target(s)
search
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
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.
To test index https://flaviar.com/ and look at the number of times it fetches for groups in the network tab.
Target(s)
search
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
The text was updated successfully, but these errors were encountered: