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