discourse/app/serializers
Krzysztof Kotlarek d77e31b7e9
FIX: sort using ruby to avoid N+1 queries (#10915)
We are using preload to load tags into topics. When later we try to use `order` or `pluck` it is causing N+1

Usually, topics don't have many tags so sorting using ruby should be reasonably performant.
2020-10-14 18:20:41 +11:00
..
2019-07-02 11:53:16 +10:00
2019-12-04 13:33:51 -05:00
2020-06-16 13:00:09 +03:00