I have a dashboard that contains 6 graphs. 2 of the graphs are Node Aggregate Charts and the other 4 are Component Aggregate Charts. Each chart contains data from 8 nodes/components and shows the data for the last 24 hours. This dashboard is taking 30 seconds or longer to load all of the graphs.
I did some testing using the web browser developer tools and what I am seeing is that the page loads very quickly but it takes a very long time for the charts to load and it will only load 2 at a time; this is the case in multiple different browsers. I tried reducing the amount of data points in each graph by both reducing the resolution and the time; however, this had very little impact on the load times. This brought me to the conclusion that the slowness was less a result of how much data is displayed and more a result of the code behind how these are rendered.
I called SolarWinds support on this issue and was told that it's behaving as expected. The support tech was very good and did take the time to review a bunch of different logs and the database for performance and indicated that the Orion environment was very healthy overall very responsive.
At this point I am posting this here to see if others have had this same experience and also to find out if SolarWinds has any plans to improve this overall performance as it seems a result of the code that renders the charts?
Thanks in advance for any responses!