Make WordPress Core

Opened 10 years ago

Closed 6 years ago

Last modified 6 years ago

#33346 closed feature request (maybelater)

Convert the browser update check to an asynchronous request

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2
Component: Administration Keywords: needs-patch bulk-reopened
Focuses: administration, performance Cc:

Description

On the admin dashboard, the RSS feed widgets load via AJAX to prevent slowing things down. The browser update check (via Browse Happy) doesn't do this, and blocks the dashboard while the API request happens.

wp_dashboard_browser_nag() should be converted so it works the same way as the RSS feed widgets (use the transient data if it's there, trigger an AJAX request if not).

Change History (3)

#1 @johnbillion
9 years ago

  • Type changed from enhancement to feature request

#4 @johnbillion
6 years ago

  • Keywords bulk-reopened added
  • Resolution set to wontfix
  • Status changed from new to closed

Closing due to lack of interest.

#5 @SergeyBiryukov
6 years ago

  • Resolution changed from wontfix to maybelater
Note: See TracTickets for help on using tickets.