Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#9483 closed defect (bug) (fixed)

Dashboard RSS widgets always Ajax load the feed

Reported by: dd32's profile DD32 Owned by:
Milestone: 2.8 Priority: normal
Severity: normal Version: 2.8
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Upon loading the dashboard, in the past the RSS feeds would be displayed instantly if the cached results were not stale - and loaded via Ajax only if they were stale and new was needed; However Now, The feeds are always loading via Ajax for me, Ie. not loading inline if the cache isnt stale.

I havnt looked into it in depth, but am wondering if the cache-check was updated properly when simplepie was brought in.

Attachments (1)

9483.diff (814 bytes) - added by DD32 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 @DD32
15 years ago

Oh..

http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/dashboard.php#L842

/* TODO Cache check here.

That could have something to do with it.

@DD32
15 years ago

#2 @DD32
15 years ago

  • Keywords has-patch added; needs-patch removed

#3 @azaozz
15 years ago

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

Fixed in [10901]

Note: See TracTickets for help on using tickets.