I have a Kibana dashboard which contains 7 Vega-lite visualizations & 2 Kibana lens visualizations. Version used: 8.6.1
The dashboard takes around 13-14 sec to load. Most of the time is spent in initial loading of Kibana.
We have also tried after disabling some Kibana settings from advanced setting like
filterEditor:suggestValues
discover:searchOnPageLoad
doc_table:highlight
visualize:enableLabs
telemetry:enabled
HOW TO REDUCE THE 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.
We have also use Elasticsearch Aggregation concepts for optimizing the Kibana Dashboard and loading time of each visualization.
Please suggest some method/ useful links to get the dashboard loaded in least possible time.
Also, is it possible to disable some plugins like APM, canvas and some other setting which is not for our use so that same are not loaded at run time & loading time can be improved?
If yes, please guide.