Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3k stars 168 forks source link

sluggish interaction with d3 plugins #149

Open spiermar opened 2 years ago

spiermar commented 2 years ago

Although flame graphs can present a sluggish animation when there are too many frames, the main issue seems to be limited to hovering over the heat map, causing the browser to freeze for a long time. Removing the hover highlight function solves the problem. Need to investigate it further.

https://github.com/Netflix/flamescope/blob/master/src/components/Heatmap/Heatmap.jsx#L232