Files
danbooru/app/logical
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
..
2017-03-13 17:22:21 -07:00
2016-12-02 13:21:56 -08:00
2014-02-28 16:40:11 -08:00
2017-02-28 16:28:58 -08:00
2014-05-23 14:15:45 -04:00
2017-03-21 14:40:46 -07:00
2017-02-02 00:53:56 -06:00
2015-12-28 12:26:20 -08:00
2013-04-14 18:22:25 -07:00
2015-02-15 12:23:53 -08:00
2015-09-23 12:57:17 -07:00
2017-01-03 15:04:47 -08:00
2017-03-17 16:44:02 -07:00
2017-02-21 13:40:52 -08:00