Actions
Bug #36941
closedall hosts page slow -> reduce the amount of katello host tracer queries
Description
we recognized, that the all hosts page is somehow slow. after some research, we found out, that a lot of data is loaded from other db tables.
like katello host tracers, installed packages, katello_content_facet_errata.
for each host, one or more db queries are executed. we should get rid of this n+1 queries.
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Bernhard Suttner
- Pull request https://github.com/Katello/katello/pull/10809 added
Updated by Quinn James about 1 year ago
- Category set to Hosts
- Target version set to Katello 4.12.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.12.0 added
Updated by Anonymous about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ae6ac5b2fa296f9c27ce452dc36401482b49d7ea.
Actions