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
When loading Burrito UI with a lot of layers (50+ in my case, and it will keep growing), the backend requests to get all layers takes more than 8 seconds. While the current CPU/Memory requests of my instance might be a bottleneck, the interface feedback is very confusing
it display that there 0 layers, leading to think that all my layers have disappeared
there is no loading indicator, which would hint that I should just wait
Furthermore, the current implementation of the backend requests, without any pagination might not be scalable. Event with a loading indicator waiting several seconds is not a pleasant experience
The text was updated successfully, but these errors were encountered:
When loading Burrito UI with a lot of layers (50+ in my case, and it will keep growing), the backend requests to get all layers takes more than 8 seconds. While the current CPU/Memory requests of my instance might be a bottleneck, the interface feedback is very confusing
Furthermore, the current implementation of the backend requests, without any pagination might not be scalable. Event with a loading indicator waiting several seconds is not a pleasant experience
The text was updated successfully, but these errors were encountered: