zooniverse / scribeAPI

scribe API
MIT License
80 stars 25 forks source link

Groups serializer performance #318

Closed nonword closed 9 years ago

nonword commented 9 years ago

Groups json response serializes nested subject-sets and subjects, causing it to take 6s+ to load; Probably doesn't need all that. Check places where groups json used to determine if these nested objects can be reduced/removed.

nonword commented 9 years ago

Also make sure groups can paginate in a sensible way