[wp-trac] [WordPress Trac] #63719: Use site transients for caching RSS Feeds

WordPress Trac noreply at wordpress.org
Fri Jul 18 02:25:17 UTC 2025


#63719: Use site transients for caching RSS Feeds
------------------------------------+-----------------------------
 Reporter:  peterwilsoncc           |      Owner:  (none)
     Type:  defect (bug)            |     Status:  new
 Priority:  normal                  |  Milestone:  Awaiting Review
Component:  Feeds                   |    Version:
 Severity:  normal                  |   Keywords:
  Focuses:  multisite, performance  |
------------------------------------+-----------------------------
 `WP_Feed_Cache_Transient` currently uses standard transients for the
 storing of feed caches, ie `get_transient()` and `set_transient()`.

 The performance of feed caches on Multisite Installs of WordPress could be
 improved by switching this to using site transients, ie
 `get_site_transient()` and `set_site_transient()`.

 This will allow sub-sites of a Multisite install to share the cache of RSS
 feeds included on the site.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63719>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list