flyerhzm/bullet
help to kill N+1 queries and unused eager loading observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6229
- days_rel: n/a
- days_push: 32
- n_releases_24m: 0
Adoption not part of the score
7335 stars · 455 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Ruby gem that detects N+1 queries, unused eager loading, and missing counter caches in ActiveRecord and Mongoid applications during development. It notifies developers through alerts, logs, and error-tracking integrations so they can optimize database query performance.
Use cases
- detect N+1 queries in a Rails app
- find unused eager loading
- identify where to add counter caches
- improve ActiveRecord query performance
- catch slow database queries during development
- add query performance checks to the test suite
When to choose
- you maintain a Rails or Mongoid application and want to eliminate N+1 query problems
- you want automated detection of unnecessary eager loading during development or testing
- you want query-performance alerts integrated with tools like Sentry, Honeybadger, or Rollbar
When to avoid
- your application does not use ActiveRecord or Mongoid
- you need production APM-style query monitoring rather than development-time detection
- you are not working in a Ruby/Rails stack
Facets
library · maturity active
monitoring database orm testing databases web-development performance developer-tools ruby rails activerecord mongoid n-plus-one-queries eager-loading query-optimization gem web-server
1 source
- readme: https://github.com/flyerhzm/bullet · fetched 2026-08-28 · 365584741aa3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flyerhzm/bullet | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem