[wp-trac] [WordPress Trac] #27776: WordPress API timeouts should be cached to avoid slowing down the admin
WordPress Trac
noreply at wordpress.org
Sat Apr 12 16:23:05 UTC 2014
#27776: WordPress API timeouts should be cached to avoid slowing down the admin
------------------------------+-----------------------------
Reporter: brandon.wamboldt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.3
Severity: normal | Keywords:
Focuses: administration |
------------------------------+-----------------------------
The admin does several calls to the WordPress API, such as from the
wp_check_browser_version function. These calls don't cache timeouts, which
means if the API is consistently timing out the admin is slow on every
load as all of these calls must timeout before the page can load.
I propose we cache timeouts using transients, for a day.
This behavior has been present since at least 3.3 and is still the
behavior on trunk.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27776>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list