ConservationMetrics / guardianconnector-views

A Nuxt.js tool that reads data from a SQL database and renders it on different views (map, gallery, alerts dashboard)
MIT License
3 stars 0 forks source link

Optimize data processing and loading #11

Closed rudokemper closed 8 months ago

rudokemper commented 8 months ago

I noticed GCV was performing poorly with large datasets (e.g. 15,000 items). To address this, I implemented a handful of fixes:

The application has no issue loading a dataset of this size now.