tfwright/live_admin

Fix belongs_to n+1

tfwright opened this issue · 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.

These were actually already being preloaded in advance, but 08c03ac removes the fallback.