Forum Discussion

SauravSarkar's avatar
SauravSarkar
New Contributor II
8 months ago

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  ...
  • Henning's avatar
    Henning
    7 months ago

    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.