Open spilliton opened 7 years ago
Thanks! Looks legit.
Monologue requires attention (paying $100 to get it upgraded to Rails 5, see https://github.com/jipiboily/monologue/issues/314)...I'll hold before merging as the test suite is failing for this PR (and all builds, btw).
Every post partial calls
.tags
which causes a query per post. Adding:tags
to the includes should bring this down to a single query instead of N queries.