Opened 5 years ago

Closed 5 years ago

#6533 closed defect (bug) (fixed)

Dashboard does unnecessary ajax requests

Reported by: mdawaffe Owned by: mdawaffe
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)

6533.diff (1.4 KB) - added by mdawaffe 5 years ago.

Download all attachments as: .zip

Change History (5)

  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned
  • Resolution set to fixed
  • Status changed from assigned to closed

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

  • Resolution fixed deleted
  • Status changed from closed to reopened

reopen for 2.5.1

  • Resolution set to fixed
  • Status changed from reopened to closed

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

Note: See TracTickets for help on using tickets.