OpenUpSA / wazimap-za

The ZA implementation of Wazimap, a Django application for exploring census and other similar data
http://wazimap.co.za
MIT License
16 stars 12 forks source link

New multi-release site is much slower than normal #238

Open longhotsummer opened 6 years ago

longhotsummer commented 6 years ago

The new code to support multiple dataset releases is slower because we do far more calls to the DB to work out which dataset/release to use for each get_stat_data call.

Can we cache something or be more intelligent?