Hacker News new | ask | show | jobs
Show HN: Rails N+1 queries auto-detection with zero false negatives (github.com)
27 points by charkost-rb 1949 days ago
2 comments

Hi folks,

After dealing with bullet's false positives / false negatives (github.com/flyerhzm/bullet) for about 2 months,

i had the idea for a gem that is able to auto-detect N+1 queries with zero false positives / false negatives (at least as i am currently aware of).

You can see examples of N+1 queries that bullet is unable to detect in the README.

I would appreciate your feedback!

Including some lines about how it works would be good in the readme I think!
Thanks for the feedback! I will add a section.
Done!
Congrats Mpampis! Looks awesome!
Thank you!