Actions
Bug #16713
closedin "any organziation" view, the dashboard gets slower as orgs are added
Description
If you attempt to view the dashboard in the "any organization" view, the dashboard will get slower as orgs are added. This is because the subscription status widget is polling across all organizations, and making a call to candlepin for each org.
how to repro:
- create two orgs
- view dashboard
You will see two calls to candlepin, one per org.
It is not common to use the dashboard to find subscription info across orgs, since subscriptions are closely tied to an org. Instead, it is OK for the widget to just display "information not available, please select an organization" or some other text.
Actions