[wp-trac] [WordPress Trac] #33346: Convert the browser update check to an asynchronous request
WordPress Trac
noreply at wordpress.org
Tue Aug 11 23:16:24 UTC 2015
#33346: Convert the browser update check to an asynchronous request
-----------------------------------------+-----------------------------
Reporter: johnbillion | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.2
Severity: normal | Keywords: needs-patch
Focuses: administration, performance |
-----------------------------------------+-----------------------------
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).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33346>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list