Bug #15553
Improve performance of index page
Difficulty:
Triaged:
No
Description
There are n+1 queries that make the page load rather slow. It could be also beneficial to create custom rabl views for associated entities that would be more light-weight. There is a lot of stuff in default views that we do not actually need.
Associated revisions
History
#1
Updated by Ondřej Pražák over 6 years ago
- Status changed from New to Assigned
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/foreman_pipeline/pull/66 added
#2
Updated by The Foreman Bot over 6 years ago
- Status changed from Assigned to Ready For Testing
#3
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_pipeline|5d77cf6526788caa5a48ae6c5611b9081464fe6d.
Fixes #15553 - Remove n+1 queries