Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6533 closed defect (bug) (fixed)

Dashboard does unnecessary ajax requests

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

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

Download all attachments as: .zip

Change History (5)

@mdawaffe
17 years ago

#1 @mdawaffe
17 years ago

  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

#2 @westi
17 years ago

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

#3 @westi
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

reopen for 2.5.1

#4 @westi
17 years ago

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