Bug #17718
closedRed hat repositories is too slow
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1405571
Description of problem:
Both listing repos and clicking on each repo is a very slow operation. From what I saw, it asks for all available data in candlepin about each product/subscription.
This is incredibly big to parse and to transfer at times. Candlepin provides an API to request only the necessary fields. Therefore we should use that.
Version:
How reproducible:
Always
Steps to Reproduce:
1. Go to red hat repositories
2. Wait a lot of time even if you have few repos. See the calls to candlepin API requesting all available info
3. Click on any repo. Wait a lot of time for that info.
Expected results:
It should just request the necessary data which would make the loading time much faster.