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