covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

Reduce number of data points loaded with the page #85

Open emmanuelle opened 4 years ago

emmanuelle commented 4 years ago

For dates before March we could for example take the data only every other day to reduce the total size of the app. However the layout itself is only 12% of the total size of the files which are loaded, the largest part consist of Javascript files which should be minified in some way.