Actions
Bug #13993
closed"Current Subscription Status" widget gets slower as more orgs are added
Description
The "current subscription status" widget on the dashboard gets extremely slow as more orgs are on the system. Specifically:
loops over all orgs to create stub objects, then populates them. This is done one per org, but there is an outer loop that loops over all orgs again, causing extreme slowness (30 sec to render with 100 orgs).
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5864 added
Updated by Chris Duryee over 8 years ago
- Status changed from Ready For Testing to New
- Bugzilla link set to 1313723
- Pull request deleted (
https://github.com/Katello/katello/pull/5864)
small update: there is only a single org loop, not an inner + outer. it is still way slow though as # of orgs increases:)
Updated by Chris Duryee over 8 years ago
- Pull request https://github.com/Katello/katello/pull/5864 added
Updated by Chris Duryee over 8 years ago
- Status changed from New to Assigned
- Assignee set to Chris Duryee
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
Updated by Chris Duryee over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|45d3394b210f0fc0ddd44ff6562d26cf8d6595c9.
Actions