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.
Actions