mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
3829c78526
As it stands we load up user records quite frequently on the topic pages, this in turn pulls all the columns for the users being selected, just to discard them after they are loaded New structure keeps all options in a discrete table, this is better organised and allows us to easily add more column without worrying about bloating the user table |
||
---|---|---|
.. | ||
basic_post_serializer_spec.rb | ||
category_detailed_serializer_spec.rb | ||
post_serializer_spec.rb | ||
topic_list_item_serializer_spec.rb | ||
user_serializer_spec.rb |