RolnickLab / ami-platform

GNU General Public License v3.0
8 stars 2 forks source link

Increase performance of session detail API response #410

Open mihow opened 3 weeks ago

mihow commented 3 weeks ago

The event detail endpoint was of the first, and contains more data than necessary. Review this backend view & related paginated endpoints to see what data can be eliminated or cached. Currently the number of detections is being omitted because it was too slow to calculate dynamically for all images in the page.

https://api.beluga.insectai.org/api/v2/events/3597/

Related to #403