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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...