Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser performance issues with Kibana 4 #3674

Closed
simmel opened this issue Apr 24, 2015 · 3 comments
Closed

Browser performance issues with Kibana 4 #3674

simmel opened this issue Apr 24, 2015 · 3 comments

Comments

@simmel
Copy link

simmel commented Apr 24, 2015

We are experiencing performance issues with Kibana 4 (currently 4.0.2) on two occasions:

  • When loading the Kibana 4 page for the first time
  • When entering text in the search field

The performance issues is that the whole browser locks up (on OS X we get the spinning beach ball of death and on Ubuntu the browser gets grayed out) and the browser process uses 100% CPU for a while.

Since we haven't seen this issue being reported before and everyone was surprised by my question on IRC we raise this issue. We are willing to devote resources into help debugging this but I have no idea how to debug AngularJS/Kibana so I'll just start with this issue and Chrome 42 JavaScript CPU profiles for loading Kibana and for adding textinto the search field.

@rashidkpc
Copy link
Contributor

Looking at your cpuprofile this appears to be a duplicate of #1540. How many fields are in your mapping?

@simmel
Copy link
Author

simmel commented Apr 27, 2015

$ curl -s -XGET "http://localhost:9200/logstash-$(date +%Y.%m.%d)/logs/_mapping?pretty" | grep -c '^          "'
882

Is that many? Any idea where the pain starts?

@rashidkpc
Copy link
Contributor

Indeed duplicate of #1540, we're working to improve the situation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants