Pre-loading/pre-assigning isn't necessary. `Topic.category` uses `Category.findById` which in turn uses an identity map, so there are no N+1 calls to the backend. |
||
---|---|---|
.. | ||
javascripts/discourse | ||
stylesheets |
Pre-loading/pre-assigning isn't necessary. `Topic.category` uses `Category.findById` which in turn uses an identity map, so there are no N+1 calls to the backend. |
||
---|---|---|
.. | ||
javascripts/discourse | ||
stylesheets |