Actions
Bug #17835
closedSubscriptions should ask Candlepin for less information
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Description
Currently the subscription index page is asking Candlepin for all available information about Pools, Owner and ActivationKeys.
These calls are also made on other pages like the 'list subscriptions' and 'add/remove subscriptions' of Activation Keys, and
on certain API endpoints like /api/v2/organizations/:id.
The code should make calls that retrieve only the data that the RABL will use, or that the model will use. Right now there is
no filter at all and the calls retrieve all information for Pools (which can be very large), etc...
Actions