Back
WIP
Load previous page…
Fix collection fragment caching throughout the codebase, because Rails does not support shorthand syntax when using caching.
#wip
Remove eager-loading of associated records (i.e. LEFT JOINS) because we now properly cache most things. Then those complex SQL queries are useless.
#wip