MrSpiffyClean / covidtrends

Tracking the growth of COVID-19 Cases worldwide
https://aatishb.com/covidtrends/
MIT License
0 stars 0 forks source link

Notes on possible future optimization #8

Closed MrSpiffyClean closed 4 years ago

MrSpiffyClean commented 4 years ago

Loading a new Region also makes a call to pullData, which means a call to external resources, which might make stuff slower to respond. Storing the CSV once and then using it might be better performance wise. I don't know if there is caching being used, but it would be easy to check using the Network Analyzer. The csvs' are I assume cached (as well as everything else).