cancel
Showing results for 
Search instead for 
Did you mean: 

Scaling switching takes time

ashsami321
Discoverer
0 Kudos

In one of the dashboards where we require a dropdown to switch scaling to millions, billions, and thousands but switching takes time ( 25secs). What I observed is when we keep percentage columns at the end of the table column switching is quite fast. What are the better ways to improve the scaling switch quickly?

View Entire Topic
Alexander_Blasl
Participant
0 Kudos

Hi,

25sec is quite long. Could you describe your Dashboard structure a bit? Also give/explain the code which is executed via the dropdown? How many Widgets are affected? Are all Widgets in the Dashboard affected, also some that are nested in other Tabs/Pop-Ups?

If this is the case I would insert a scaling check everytime when changing pages/tabs/popups. When switching to another page/tab/popup check what is selected in the dropdown and change the scaling only for the widgets at this page/tab/popup. In this case I would also recommend using RefreshPausedAPI. This will solve your performance problems, but is a little bit of work.