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
Currently, the whole graphviz pipeline is fired up at every page load if a device or topology is shown. Rails has some pretty awesome caching framework built in. It should be easy to implement it for the graphs. Just, calculating the cache-keys is a bit tricky.
Maybe adding some touch statements to the links would be enough to get a simple and good solution.
The text was updated successfully, but these errors were encountered:
Currently, the whole graphviz pipeline is fired up at every page load if a device or topology is shown. Rails has some pretty awesome caching framework built in. It should be easy to implement it for the graphs. Just, calculating the cache-keys is a bit tricky.
Maybe adding some
touch
statements to the links would be enough to get a simple and good solution.The text was updated successfully, but these errors were encountered: