Opened 10 hours ago
Closed 8 hours ago
#63718 closed defect (bug) (duplicate)
Use site transients for caching RSS Feeds
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
Duplicate of #63719.