You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current loading strategy for Kedro-Viz can lead to significant delays. It requires all data, including session information like the catalog and session_store for experiment tracking, to be fully loaded before the visualization is rendered. This process can slow down the display of the Kedro-Viz flowchart, which only needs the quicker-to-load pipeline_data for initial rendering.
rashidakanchwala
changed the title
Implementing Lazy Loading in Kedro-Viz for Enhanced Performance
Enhancing Kedro-Viz Performance with Lazy Loading
Mar 15, 2024
Description
The current loading strategy for Kedro-Viz can lead to significant delays. It requires all data, including session information like the catalog and session_store for experiment tracking, to be fully loaded before the visualization is rendered. This process can slow down the display of the Kedro-Viz flowchart, which only needs the quicker-to-load
pipeline_data
for initial rendering.To improve the performance, we need to -
Testing the performance improvements -
Checklist
The text was updated successfully, but these errors were encountered: