Performance of tabbed dashboard vs Index type dashboard.
Hi All ,
I was trying to build a dashboard with a Index or a guided List like below. For the below dashboard these are the steps I took :
a. Created A Delimited Parameter with all the reports
b. Created an embedded dashboard with the value of this parameter
c. Created a List Box with the delimited parameter.
So on the Main dashboard when one click on any of the values on the list , the Dashboard opens on the right.
Although it works , I noticed that the performance of the dashboard is quite bad compared to if I create the same dashboard with tabs . Both the dashboards are using the same underlying cube view then why is there a difference in Performance ?
Is there something wrong with my approach ?
Regards,
Saurav
Hi, yes, that is in line with my expectations without knowing anything else about your solution. Tabbed dashboards (that are not using dynamic dashboards) load all tabs in memory when the dashboard is opened. That is a heavier burden on memory, but as it keeps all tabs in memory, it is faster to display a report when you click on a different tab.
Using a combo box does not load all reports to memory, but opens them when a user clicks on a new selection. This one may be slower in opening individual reports, but is less of a drain on the server's memory as it is not keeping all of the tabs in memory.