Opened 5 years ago
Closed 5 years ago
#6533 closed defect (bug) (fixed)
Dashboard does unnecessary ajax requests
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
[6958] was meant to reduce the number of AJAX requests on the dashboard.
That change 'does' load the widgets immediately from cache, but it doesn't stop the (now useless) ajax requests.
Attachments (1)
Change History (5)
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
- Resolution fixed deleted
- Status changed from closed to reopened
reopen for 2.5.1
Note: See
TracTickets for help on using
tickets.

(In [7590]) Ensure we only fire off ajax requests for the dashboard widgets when the cache has expired. Fixes #6533 for trunk props mdawaffe.