episphere / epitracker

epidemiology data tracker with real-time interactive visual analytics
0 stars 0 forks source link

Remove duplicate initial calls to data query #303

Closed LKMason closed 1 month ago

LKMason commented 5 months ago

I noticed a bit in the map code that makes an additional call to the data manager, possibly an unnecessary one (need to double check with Sahar).

Two queries are also made on each page, we should find a way to stop this. For now, I'm going to just store the unzipped files in memory which should speed things up, but we should apply a more permanent fix in the future