UI dashboard takes very long to show up

Description

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

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Bug Clerk March 4, 2021 at 9:27 PM

Bug Clerk February 22, 2021 at 4:28 PM

Bug Clerk February 1, 2021 at 11:03 PM

Bug Clerk February 1, 2021 at 10:49 PM

Complete

Details

Assignee

Reporter

Components

Affects versions

Priority

More fields

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