Opened 17 years ago
Closed 17 years ago
#6533 closed defect (bug) (fixed)
Dashboard does unnecessary ajax requests
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch commit |
Focuses: | 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)
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.