-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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.