bullet
The Bullet plugin is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries) or when you're using eager loading that isn't necessary.
Types
Docs
Guides
Zeitwerk
Namespace
Optimized
2.0.0.beta.3
Richard Huang
-
bundle add bullet
Getting Started
Learn more about the Bullet gem.
Playground
Test, play and inspect the gem for yourself