slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Reduce model loading types by eager-loading associations #96

Open MorpheusXAUT opened 6 years ago

MorpheusXAUT commented 6 years ago

Some models (especially mission list, mission slotlist, etc) could potientially benefit quite a bit by eager-loading their assoications when retrieving them from the database. This should be introduced throughout the codebase - at least in all relevant endpoints loading data.


Tasks