# Kibana too slow

**URL:** https://discuss.elastic.co/t/kibana-too-slow/162558
**Category:** Kibana
**Created:** [January 1, 2019, 9:33am UTC](https://discuss.elastic.co/t/kibana-too-slow/162558 "2019-01-01T09:33:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nuwancs](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nuwancs/32/46419_2.png) [@nuwancs](https://discuss.elastic.co/u/nuwancs)
#### Post date: [January 1, 2019, 9:33am UTC](https://discuss.elastic.co/t/kibana-too-slow/162558/1 "2019-01-01T09:33:53Z")

</div>

Hi Team,  
I require help on optimising kibana dashboards. I got very slow loading on kibana dashboards. most of the time it's over 5 minutes.  
Below graphs shows some information extracted from monitoring tools. When I am trying to load a dashboard with 10 visualizations it take around 4 seconds to process on elasticsearch server but its more than 100 seconds from kibana to load the dashboards.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/e/7e75a4e02708e13acea8b84ca1dbf8eb5dd19d66.png)

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/f/f/ff4eaee48271df9188212420cb6a3d153c7a1c6b.png)

Version  
kibana 6.3.0

cluster:  
3 node es cluster  
1 node kibana on another node  
summary info:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/1/1/11470ed32f9b3b8f8b3b6130a91cd5b000558c98.png)

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [January 1, 2019, 1:10pm UTC](https://discuss.elastic.co/t/kibana-too-slow/162558/2 "2019-01-01T13:10:34Z")

</div>

If I recall correctly, the search latency shown for Elasticsearch is the latency per shard. As I assume you are querying more than one shard the full request latency can be a lot longer, which is shown in the latency data from Kibana, which shows t he full request including all aggregations against all shards.

How many indices and shards are you querying? How much data do you have in these indices?

What is the specification of the nodes in the cluster? What type of storage are they using?

Running dashboards with a lot of visualisations can cause a lot of disk I/O, especially if you are querying a large number of shards. Have you looked at what disk I/O looks like on the nodes while you are querying, e.g. using `iostat`?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 29, 2019, 1:10pm UTC](https://discuss.elastic.co/t/kibana-too-slow/162558/3 "2019-01-29T13:10:47Z")

</div>

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