---
title:
  "Fix slow page loads in a Ruby on Rails application by identifying n+1 queries"
description:
  "Fix slow page loads in a Ruby on Rails application by identifying n+1 queries"
canonical_url: "https://www.bigbinary.com/blog/fix-slow-page-loads-in-a-ruby-on-rails-application"
markdown_url: "https://www.bigbinary.com/blog/fix-slow-page-loads-in-a-ruby-on-rails-application.md"
---

# Fix slow page loads in a Ruby on Rails application by identifying n+1 queries

Fix slow page loads in a Ruby on Rails application by identifying n+1 queries

- Author: Unnikrishnan KP
- Published: December 1, 2021
- Categories: Rails

In one of our internal products, we received complaints about slow page loads
and longer response times on a specific page. Our team members used New Relic to
identify the cause of the slowness and resolve the issue. After the issue was
resolved, I made a video for internal purposes. In this blog we are posting that
video as it was recorded.

<iframe
  width="100%"
  height="315"
  src="https://www.youtube.com/embed/pmCcey4BiG0"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen
></iframe>

## Links

- [Human page](https://www.bigbinary.com/blog/fix-slow-page-loads-in-a-ruby-on-rails-application)
