This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Sam 3829c78526 PERF: shift most user options out of the user table
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
2016-02-17 18:08:25 +11:00
..
assets PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
controllers PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
helpers add Twitter labels only if both properties are present 2016-01-07 16:48:05 +05:30
jobs PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
mailers PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
models PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
serializers PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
services PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
views Merge pull request #3963 from scossar/post-avatar-table 2016-02-08 01:57:20 -08:00