openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Analyze SVG performance for graph visualization #125

Open bzurkowski opened 3 years ago

bzurkowski commented 3 years ago

Before switching to Canvas (#124) we should analyze the performance of SVG visualization in order to identify bottlenecks. Let's make a couple of tests with different variants of styling elements: without labels, without icons, without colors. Determine which elements cause the most significant performance degradation.

bzurkowski commented 3 years ago

What measure should we consider when comparing visualization performance? CPU, memory, graph ticks, subjective observation?

We could use Goolge Chrome Performance analysis:

Screenshot 2020-11-03 at 15 21 49