Dashboards & Visualizations

After converting my advanced XML dashboard to HTML, it seems to be very slow. How can I improve the HTML view's performance?

kasu_praveen
Communicator

I converted my existing advanced XML dashboard to HTML view (Which allows me to add coloring and other styles to my dashboard).
But, performance of HTML view seems to be very slow.

Is there any way (tips & tricks) to improve performance of the HTML view?
Something like Caching or Pre loading of the page?

0 Karma
1 Solution

kasu_praveen
Communicator

After further analysis, I did found that inclusion of “/profiles/shared.js” in converted HTML is taking most of the load time, where as if I replace that with “/simplexml.min/config.js”, page is loading real fast.

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/profiles/shared.js"></script>

Is replaced with

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/build/simplexml.min/config.js"></script>

View solution in original post

kasu_praveen
Communicator

After further analysis, I did found that inclusion of “/profiles/shared.js” in converted HTML is taking most of the load time, where as if I replace that with “/simplexml.min/config.js”, page is loading real fast.

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/profiles/shared.js"></script>

Is replaced with

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/build/simplexml.min/config.js"></script>

tom_frotscher
Builder

Is only your converted html view slow? Because you can also add coloring and styles to an XML dashboard, by providing js and css files:

http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/CustomizeSimpleXML#CSS_and_JavaScript

0 Karma

kasu_praveen
Communicator

@ tom_frotscher - Yes only my HTML view is slower, It is taking good amount of time to load all the files (.js, and other files).

It is not just coloring and styles. It is more than that. Just for understanding, I mentioned like that.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...