Skip to content

fix: prevent importing and instantiating component for vis overview

Dennis Collaris requested to merge fix/speedup-vis-overview into main

The visualization overview loads very slow because all visualizations are (dynamically, at runtime) imported to be able to show the displayName and description. Since they are not used anywhere else (in that case we will use the user-specified name of the vis), I suggest just moving/hardcoding the displayNames and descriptions into the overview. With this PR, the vis overview renders instantly, as it should :).

Merge request reports

Loading