Complete
Details
Assignee
Damian SzidiropuloszDamian SzidiropuloszReporter
WaqarWaqarComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Damian Szidiropulosz
Damian SzidiropuloszReporter
Waqar
WaqarComponents
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created January 22, 2021 at 11:10 AM
Updated July 1, 2022 at 5:14 PM
Resolved March 9, 2021 at 4:23 PM
When a user has a considerable number of datasets i.e ~700, UI dashboard can take up to 10-11 seconds to show. Main reason for this is UI waiting on `pool.dataset.query` call which takes long because of the number of datasets involved.
UI on dashboard just needs space being consumed/available information of root datastes which it can now retrieve by making a call
midclt call pool.dataset.query '[]' '{"extra": {"retrieve_children": false}}' | jq .
These parameters will retrieve root datasets with their properties but not with their children. Let's please use the above call as the above call consumes about 0.6 seconds compared to 10 seconds which was being done before.
If there are concerns, please let me know. Thanks