[wp-trac] [WordPress Trac] #18876: Network admin update-core.php doesn't check for plugin or theme updates

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 15 23:05:47 UTC 2011


#18876: Network admin update-core.php doesn't check for plugin or theme updates
---------------------------+--------------------
 Reporter:  johnbillion    |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  3.2.2
Component:  Network Admin  |     Version:  3.3
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+--------------------
Changes (by kurtpayne):

 * cc: kpayne@… (added)


Comment:

 Replying to [comment:13 nacin]:
 > when you click "Check Again", you should get up-to-the-minute results.

 I'd advocate for a short-lived cache (e.g. 30 seconds).  There are several
 scenarios where this page could be requested multiple times in a short
 span.

 Consider clients that pre-fetch content, or re-fetch content (extensions,
 scripts).  Or possibly a plugin mistake that contains a self-reference
 error (example below) that would cause the browser to fetch the same URL
 again:

   `add_action( 'admin_notices', function() {echo '<img src="?" />';} );`

 This may easily save some traffic for api.wordpress.org in some edge
 cases.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18876#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list