Loading the flow of a large project often takes a long time. For example, on my project with 202 datasets, 133 recipes, and 16 zones, loading the flow takes 28 seconds. About 16 seconds is just waiting for the API response to return the flow graph data.
To work around this, I've adopted the habit of keeping two browser tabs open with one always loaded to the flow, so that whenever I need to load the flow I can just start loading then switch to my other tab.
Since the flow is my main point of navigation, it would be great if the computed result at the end of that loading period could be cached in my browser so that whenever I return to the flow, it loads instantly. This will speed up navigation in large projects and allow me to maintain my mental flow while I work.
Only members of the Community can comment.