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
We call getProjectCollabs too much, so fixing that MAY help, but currently with 1 project and 2 collabs, loading the Collaborators list results in this:
etc etc
which is the same 3 expensive slow calls over and over.
A small, in mem cache for some of these requests would help a LOT in this scenario (but we should also fix the cause!)
The text was updated successfully, but these errors were encountered:
Related to gliff-ai/manage#221 but I can't mention etebase there...
We call getProjectCollabs too much, so fixing that MAY help, but currently with 1 project and 2 collabs, loading the Collaborators list results in this:
etc etc
which is the same 3 expensive slow calls over and over.
A small, in mem cache for some of these requests would help a LOT in this scenario (but we should also fix the cause!)
The text was updated successfully, but these errors were encountered: