Rare-Technology / ECO_Dashboard

Ecological surveys dashboard
https://portal.rare.org/en/tools-and-data/ecological-data/
MIT License
0 stars 1 forks source link

Production Optimizations #14

Open ibidyouadu opened 3 years ago

ibidyouadu commented 3 years ago

Although the ECO dashboard currently uses up less RAM than the HHS and FMA dashboards, it has twice the CPU and network usage. This may be due to the instant plot updates as the user changes geography and display settings. Some considerations:

  1. A "generate plot" button so that the plotting code runs only when the button is clicked after the user is happy with the settings.
  2. Caching plot images (RAM seems to not be an issue so why not?)
  3. (hard) Code optimization. Ideally should not need this.