fix: prevent importing and instantiating component for vis overview
1 unresolved thread
1 unresolved thread
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
Activity
3 3 import { addVisualization } from '../../data-access/store/visualizationSlice'; 4 4 import { useActiveSaveStateAuthorization, useAppDispatch } from '../../data-access'; 5 5 import { Visualizations } from '../components/VisualizationPanel'; 6 import { isVisualizationReleased } from 'config'; added 5 commits
-
899c7e9c...e934e5b1 - 4 commits from branch
main
- 179d38d0 - perf: prevent importing and instantiating component for vis overview
-
899c7e9c...e934e5b1 - 4 commits from branch
enabled an automatic merge when all merge checks for 179d38d0 pass
added 13 commits
-
179d38d0...82d7057d - 12 commits from branch
main
- b010c230 - perf: prevent importing and instantiating component for vis overview
-
179d38d0...82d7057d - 12 commits from branch
enabled an automatic merge when all merge checks for b010c230 pass
This MR is included in version 1.109.1The release is available on GitLab release.
Your semantic-release bot
Please register or sign in to reply