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

"Tree shaking" of website #86

Open emmanuelle opened 4 years ago

emmanuelle commented 4 years ago

When loading the web page https://covid19-dash.github.io/, most of the time is spent loading a bunch of javascript files. Using "tree shaking" (https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking or https://webpack.js.org/guides/tree-shaking/), one should be able to reduce this quite a lot.

Skills required: webpack