Ticket #6533 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Dashboard does unnecessary ajax requests

Reported by: mdawaffe Assigned to: 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

6533.diff (1.4 kB) - added by mdawaffe on 04/01/08 20:46:45.

Change History

04/01/08 20:46:45 changed by mdawaffe

  • attachment 6533.diff added.

04/01/08 20:49:37 changed by mdawaffe

  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

04/02/08 16:22:53 changed by westi

  • status changed from assigned to closed.
  • resolution set to fixed.

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

04/02/08 16:23:40 changed by westi

  • status changed from closed to reopened.
  • resolution deleted.

reopen for 2.5.1

04/02/08 16:23:59 changed by westi

  • status changed from reopened to closed.
  • resolution set to fixed.

(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.