How to Reduce the Embedded Dashboard load time inside the angular iframe?

I have embedded Kibana dashboard in a angular app , The dashboard contains around 12 vega-lite visualisations as well as 5 Kibana lens visualizations . The dashboard takes around 25-30 seconds to get completely fetched on the angular app.
HOW TO REDUCE THE EMBEDDED DASHBOARD LOAD TIME INSIDE THE ANGULAR IFRAME ?
Kibana is currently using 3-node elasticsearch cluster and tried to implement other dashboard optimization settings in kibana as well.

Please suggest some method/ useful links to get the dashboard loaded in least possible time.

Hi @brusque.sowers

welcome to the Kibana community.
I would check first if the dashboard is loading faster within Kibana, maybe checking for each visualization in the Inspector the query time.
Is the loading time very different from Kibana to the iframe version?

No , There is no major difference in dashboard load time on iframe vs On Kibana . The dashboard load time is same around 25-30 second on both the things.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.