Skip to content

Bhanu's Blog

it's not about being the best it's about being better than yesterday

Bhanu's Blog

it's not about being the best it's about being better than yesterday

Tag: n+1

ruby

Rails Profiling with Bullet: Identifying N+1 Query Problems

  • Surya Singh
  • Posted on October 15, 2023

One of the most common performance bottlenecks in Ruby on Rails applications is the N+1 query problem. This issue occurs when your application makes multiple unnecessary database queries when a more efficient approach could be used. Bullet is a gem that helps identify and address N+1 query problems in your Rails application. What is the…

Read More

Recent Posts

  • Solving Cannot handshake client first record does not look like a TLS handshake in Hoverfly
  • TIL: Docker Namespaces
  • My Experience with LG Ultragear 32GS60QC (32 inch)
  • TIL: Value Classes
  • Counting Subarrays Where the Max Appears At Least K Times (LeetCode 2962)

Copyright © All rights reserved. Proudly powered by WordPress | Theme: Blog Nano by ThemeMiles.