Erik Johnston cb53ce9d64
Refactor state group lookup to reduce DB hits (#4011)
Currently when fetching state groups from the data store we make two
hits two the database: once for members and once for non-members (unless
request is filtered to one or the other). This adds needless load to the
datbase, so this PR refactors the lookup to make only a single database
hit.
2018-10-25 17:49:55 +01:00
..
2018-10-16 16:28:42 +01:00
2018-09-26 13:51:34 -06:00
2018-10-24 14:37:36 +01:00
2018-10-16 16:31:47 +01:00
2018-10-17 13:48:09 +01:00
2018-10-17 16:12:45 +01:00
2018-10-19 10:22:45 +01:00
2018-10-19 09:27:10 +11:00
2018-10-19 21:45:45 +11:00
2018-10-19 10:14:29 +01:00
2018-10-19 22:26:00 +11:00
2018-10-19 21:55:38 +00:00
2018-10-19 21:51:15 +01:00
2018-10-22 16:12:11 +01:00
2018-10-24 17:18:08 +01:00
2018-10-24 10:39:03 +01:00