Skip to content
Snippets Groups Projects

fix: prevent importing and instantiating component for vis overview

Merged Dennis Collaris requested to merge fix/speedup-vis-overview into main
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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';
  • This is not necessary, the VisualizationPanel.Visualizations object will only contain the keys of the visualizations that are released, and those keys are used as a baseline for the list :)

  • Please register or sign in to reply
  • added 5 commits

    Compare with previous version

  • Leonardo Christino enabled an automatic merge when all merge checks for 179d38d0 pass

    enabled an automatic merge when all merge checks for 179d38d0 pass

  • Leonardo Christino aborted the automatic merge because target branch was updated

    aborted the automatic merge because target branch was updated

  • added 13 commits

    Compare with previous version

  • Leonardo Christino enabled an automatic merge when all merge checks for b010c230 pass

    enabled an automatic merge when all merge checks for b010c230 pass

  • :tada: This MR is included in version 1.109.1 :tada:

    The release is available on GitLab release.

    Your semantic-release bot :package: :rocket:

  • Please register or sign in to reply
    Loading