tfwright opened this issue 2 years ago · 1 comments
Currently belongs_to assocs are preloaded at render in the list table, potentially generating a ton of extra queries. It would be better to preload everything with the initial query.
belongs_to
These were actually already being preloaded in advance, but 08c03ac removes the fallback.