[wp-meta] [Making WordPress.org] #5820: Image caching isue with the plugin tab

Making WordPress.org noreply at wordpress.org
Wed Jul 14 03:03:49 UTC 2021


#5820: Image caching isue with the plugin tab
------------------------------+---------------------
 Reporter:  techeshta         |       Owner:  (none)
     Type:  defect            |      Status:  closed
 Priority:  normal            |   Milestone:
Component:  Plugin Directory  |  Resolution:  fixed
 Keywords:  has-screenshots   |
------------------------------+---------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in r17545-dotorg.
 {{{
 Profiles: Ensure that the cache blog_id is also switched so that when the
 Plugin Directory caches are cleared, profiles respects it.
 }}}

 Profiles & Plugin Directory are in separate networks, so the profiles code
 can't simply `switch_to_blog()` to request plugin directory data, such as
 the icon. This wasn't a problem in the past, as profiles wasn't using an
 object cache, but now that it is, the plugin directory code was storing a
 cache on the Profiles network that the Plugin directory wasn't clearing
 upon updates.

 I've fixed that, and any affected plugins should be good within an hour or
 so as their caches clear.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5820#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list