Files
danbooru/app/views
evazion d1d0fe9bc5 /moderator/dashboard: optimize sql queries
* Converts queries to use active record instead of raw sql. This ensures
  that user objects are loaded by rails in the join, so that we
  don't have to issue `User.find` calls to load users one-by-one.

* Use `.includes` to preload associations used in the view, to avoid
  additional N+1 query problems (primarily, calls to link_to_user
  also causing users to be loaded one-by-one).
2017-03-23 04:05:05 -05:00
..
2016-07-25 13:42:04 -07:00
2013-09-17 11:31:11 -04:00
2016-02-05 14:17:26 -08:00
2017-01-24 13:13:13 -08:00
2017-01-12 09:15:14 +00:00
2016-12-02 13:11:10 -08:00
2013-02-23 12:21:27 -05:00
2015-06-29 18:17:59 -07:00
2017-01-16 12:57:43 -08:00
2017-02-28 15:34:40 -08:00
2015-06-10 17:28:51 -07:00
2017-03-21 14:40:46 -07:00
2013-06-21 13:26:48 -07:00
2013-06-21 13:26:48 -07:00
2016-12-02 13:52:39 -08:00
2017-03-15 15:36:48 -07:00