Actions
Bug #16893
closedhost collection dashboard widget slows down as errata count grows
Description
The host collection dashboard widget gets slower and slower as the number of errata grows. If there are 500K errata applicable in a large host collection, it can take upwards of 50 seconds to render.
It appears that there are some areas that find critical and non-critical errata by looping over all the errata in code, instead of via db calls.
Actions