#33346 closed feature request (maybelater)
Convert the browser update check to an asynchronous request
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
Closing due to lack of interest.