NUDelta / pair-research-meteor

A Meteor Implementation of the Pair Research Tool
3 stars 2 forks source link

Slow loading of groups/tasks when many users are simultaneously connected #37

Open kapil1garg opened 6 years ago

kapil1garg commented 6 years ago

During Delta Pairing today the pool needed to be reset multiple times, resulting in a long loading time for the group's tasks.

kapil1garg commented 2 years ago

this is hot-fixed for now through #59 , but we need a better solution for caching/retrieving popular tasks that doesn't involve subscriptions on the client.

in addition, it would be good to do a pass over all the subscriptions Pair Research is using and pare down the ones that can be 1-time calls instead