chicommons / maps

MIT License
5 stars 17 forks source link

BACKEND: /coops/proposal/ list is very slow #249

Open maxgraziano opened 1 month ago

maxgraziano commented 1 month ago

After fixing #238, /coops/proposal/ list is now returning the linked coop object. First execution takes many minutes for Django to cache values. Adding pagination and backend pre-caching to improve speed.

maxgraziano commented 1 month ago

With improvements, speed feels < 1 second.