Hello. I've been using query_count for a Rails 6 app to identify unnecessary SQL queries, and it's been working great.
For a Rails 7+ app, I'm noticing the Rails log has seemingly equivalent info. For example:
Completed 201 Created in 227ms (Views: 0.1ms | ActiveRecord: 105.5ms (10 queries, 1 cached) | GC: 13.1ms)
Does query_count have unique features for what Rails provides from 7 onward in the framework?
Thank you!
Hello. I've been using query_count for a Rails 6 app to identify unnecessary SQL queries, and it's been working great.
For a Rails 7+ app, I'm noticing the Rails log has seemingly equivalent info. For example:
Completed 201 Created in 227ms (Views: 0.1ms | ActiveRecord: 105.5ms (10 queries, 1 cached) | GC: 13.1ms)Does query_count have unique features for what Rails provides from 7 onward in the framework?
Thank you!