council icon indicating copy to clipboard operation
council copied to clipboard

Eager load Thread on Reply - resolves #199

Open Joucke opened this issue 6 years ago • 0 comments

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?

Joucke avatar Mar 10 '18 23:03 Joucke