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

graph load efficiency idea #155

Open
mpdehaan opened this issue Sep 24, 2019 · 0 comments
Open

graph load efficiency idea #155

mpdehaan opened this issue Sep 24, 2019 · 0 comments

Comments

@mpdehaan
Copy link
Member

Currently each subpage for each graph snippet relies on re-generating some similar dataframes.

If the dataframes were calculated traditionally, as in on page load, the graphs might actually load a little bit faster.

To do this, we should have the entire page load in, and move all the graphs for that page to a common URL, instead of having five or six lazy.js loads, we could have one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant