Open
Description
Just began to work with this gem, and noticed the warning form Bullet gem
# N+1 Query detected
# Forem::Category => [:forums]
# Add to your finder: :includes => [:forums]
# N+1 Query method call stack
This warning was right on categories index (main page of forem) and I am not sure on other actions there will not be same warnings. As forum is not main feature of my project, I am leaving my investigations on this problem for later, but still post this issue here. Did anybody face this problem, or it is just Bullet`s paranoia?
Update: Bullet was correct.