DEV Community

Cover image for Rails 7.2 brings SQL queries count to template rendering logs
T Sudhish Nair
T Sudhish Nair

Posted on

Rails 7.2 brings SQL queries count to template rendering logs

Our latest blog is on Rails 7.2 brings SQL queries count to template rendering logs.

For Rails developers, debugging database queries is a frequent task. Whether it's addressing the notorious N+1 query problem or fine-tuning caching strategies, developers often find themselves diving into logs to scrutinize SQL query counts.

Traditionally, this involved manually inspecting the logs and counting the number of queries. Needless to say, this becomes tedious and error-prone for actions generating a significant number of queries in the order of tens or hundreds.

Thankfully, Rails 7.2 introduces a helpful improvement by enhancing the log output to include the query count alongside existing information.

Read more here: https://www.bigbinary.com/blog/rails-8-adds-sql-queries-count-to-template-rendering-logs

Top comments (0)