You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While testing some PR on Kibana Visualize I've noticed a big performance hit in Safari when using a Date histogram (xAccessor) + split series + few yAccessors.
Also on Chrome I've profiled the same flow and, while it's not blocking, the rendering may take up to 1+ second.
I've got a Chrome CPU profiling dump if you need it.
To Reproduce
Steps to reproduce the behavior:
Go to Kibana Visualize, create new Vertical Bar chart using the sample logs dataset
Click on time range to set "Last 24 hours"
Configure 2 metrics: Average of bytes + Average of memory
Configure Date histogram as X-axis
Configure Split series on ip field (5 terms)
Configure both series to be in Normal mode
Click refresh
Expected behaviour
Quick refresh of the chart. Or at least not blocking refresh.
Screenshots
Version (please complete the following information):
Describe the bug
While testing some PR on Kibana Visualize I've noticed a big performance hit in Safari when using a Date histogram (xAccessor) + split series + few yAccessors.
Also on Chrome I've profiled the same flow and, while it's not blocking, the rendering may take up to 1+ second.
I've got a Chrome CPU profiling dump if you need it.
To Reproduce
Steps to reproduce the behavior:
Average of bytes
+Average of memory
X-axis
Split series
onip
field (5 terms)Normal
modeExpected behaviour
Quick refresh of the chart. Or at least not blocking refresh.
Screenshots
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: