Make WordPress Core

Opened 10 hours ago

Closed 8 hours ago

#63718 closed defect (bug) (duplicate)

Use site transients for caching RSS Feeds

Reported by: peterwilsoncc's profile peterwilsoncc Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Feeds Keywords:
Focuses: multisite, performance Cc:

Description

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.

Change History (1)

#1 @peterwilsoncc
8 hours ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #63719.

Note: See TracTickets for help on using tickets.