council
council copied to clipboard
Eager load Thread on Reply - resolves #199
Reply appends a path attribute.
This path attribute loads the thread and causes N+1.
Eager loading Thread makes the nasty+1 monster go away.
Question: should I have written a test for this? If so, how?