allejo / bzion

A League Management System designed for BZFlag leagues and tournaments.
https://leaguesunited.org/
Other
20 stars 10 forks source link

Offload team activity calculations to MySQL #153

Closed allejo closed 7 years ago

allejo commented 7 years ago

Same thing as with player activity calculations, let's offload these calculations to MySQL instead of caching all of the matches and calculating them in PHP.

Additionally, team captains are now fetched ahead of time all together instead of making separate calls for each player model.