-
Type: Task
-
Resolution: Gone away
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Navigation, Performance, Stability
-
Not Needed
Currently Instance fetching happens eagerly by pulling all the databases/collections together (see instance-model), which can cause the UI to hang the more namespaces there are.
The goal of this ticket is to
- isolate the bottleneck of the instance fetching,
- improve the performance of the fetching,
- or prevent fetching instances from blocking UI, e.g. by fetching the details lazily or asynchronously