Using Kibana 7.9.0, with ES 7.9.0.
Running a visualization with date historgram and terms aggregation, the query takes 1800ms according Kibana inspect panel, but the same ES query takes only 20 ms when running on the console app.
In the browser AJAX debug, I can see multiple HTTP calls to /s/qwantcom/internal/search/es
, every 100ms, the last give the query response:
id: "Fkp4cW5sd1AxUVlpbVJBZTkzY2J0WHceUm5FOXJvUWVTYk9wSnMtMm5mNkg3dzo5OTY1MzM5"
is_partial: false
is_running: false
loaded: 2
rawResponse: {took: 1829 .....
- Why there are 5 HTTP queries for only 1 ES query?
- Why this query takes 1829ms whereas the same query (I copy paste the 1st AJAX call request) takes 20ms ?
We found latest Kibana very slow compared to ... version 4, is it possible?