[wp-trac] [WordPress Trac] #30186: Add plugin icons to plugin list table in update-core.php

WordPress Trac noreply at wordpress.org
Fri Jan 29 00:34:18 UTC 2016


#30186: Add plugin icons to plugin list table in update-core.php
---------------------------------------+---------------------------------
 Reporter:  melchoyce                  |       Owner:  afercia
     Type:  enhancement                |      Status:  assigned
 Priority:  normal                     |   Milestone:  4.5
Component:  Upgrade/Install            |     Version:  4.4
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:  ui, administration
---------------------------------------+---------------------------------

Comment (by dd32):

 Using `plugins_api()` calls inline is a no-go going forward, It's just not
 viable given the time it takes those calls to complete (a minimum of 600ms
 per call for sites hosted in Australia or Europe).

 We could either cache it, or have the data available via the update check
 API (which is the route we'd probably take).

 For development and iterations, please feel free to use inline calls, just
 know it'll need some WordPress.org work to switch it prior to it being
 released.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30186#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list