Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement caching for the graph/topoogy #24

Open
fwolfst opened this issue Mar 6, 2020 · 0 comments
Open

Implement caching for the graph/topoogy #24

fwolfst opened this issue Mar 6, 2020 · 0 comments
Labels
difficulty: medium Probably medium difficult to solve enhancement New feature or request

Comments

@fwolfst
Copy link
Member

fwolfst commented Mar 6, 2020

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.

@fwolfst fwolfst added difficulty: medium Probably medium difficult to solve enhancement New feature or request labels Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium Probably medium difficult to solve enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant