Actions
Bug #14723
closed"Current Subscription Status" widget gets slower as more subs are added
Description
As the number of subscriptions increase, the "current subscription status" widget gets slower. It makes 1-2 calls to candlepin per subscription.
An alternative would be to call candlepin to get all of the pools for the org at once, and then loop over that to build the data. That would avoid the number of candlepin calls scaling as the number of subs increases.
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 114
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6034 added
Updated by Chris Duryee almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|cdae746a54a00335caf6acd56ae793795ff809b4.
Actions