[wp-trac] [WordPress Trac] #7072: Add parameter in fetch_rss to
controll the rss caching
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 2 06:48:56 GMT 2008
#7072: Add parameter in fetch_rss to controll the rss caching
-------------------------+--------------------------------------------------
Reporter: mark-k | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.6
Component: General | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
It seems that currently there is no way to stop the caching of rss feed
when using fetch_rss or control the expiry duration of the cache.
Some feeds have a lot of data but only a small fraction of it is needed.
For that kind of feeds it might be more efficient, in term of DB space
usage, to ignore the rss cache and implement an "higher level" cache.
As a side note, why does the rss cache use two options, one to store the
content and the other for the time stamp? surely most of the time there is
a cache hit and both options have to be read, so why not to store both
value in one option?
--
Ticket URL: <http://trac.wordpress.org/ticket/7072>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list