Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

N+1 Queries Galore! #1555

Open
Open
@orenyk

Description

@orenyk
/equipment_items
N+1 Query detected
  EquipmentItem => [:equipment_model]
  Add to your finder: :includes => [:equipment_model]
N+1 Query method call stack
  /home/oren/code/STC/reservations/app/views/equipment_items/index.html.erb:20:in `block in _app_views_equipment_items_index_html_erb__2471843550807497759_70249453792860'
  /home/oren/code/STC/reservations/app/views/equipment_items/index.html.erb:18:in `_app_views_equipment_items_index_html_erb__2471843550807497759_70249453792860'
  /home/oren/code/STC/reservations/bin/rails:9:in `require'
  /home/oren/code/STC/reservations/bin/rails:9:in `<top (required)>'
  /home/oren/code/STC/reservations/bin/spring:15:in `require'
  /home/oren/code/STC/reservations/bin/spring:15:in `<top (required)>'

/home/oren/code/STC/reservations/app/views/equipment_items/index.html.erb:20:in `block in _app_views_equipment_items_index_html_erb__2471843550807497759_70249453792860'
/home/oren/code/STC/reservations/app/views/equipment_items/index.html.erb:18:in `_app_views_equipment_items_index_html_erb__2471843550807497759_70249453792860'
/home/oren/code/STC/reservations/bin/rails:9:in `require'
/home/oren/code/STC/reservations/bin/rails:9:in `<top (required)>'
/home/oren/code/STC/reservations/bin/spring:15:in `require'
/home/oren/code/STC/reservations/bin/spring:15:in `<top (required)>'

There are probably more, we should try to do an audit and address as many of them as possible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions