Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

i would like to implement a custom cache for all the feeds in my site because the rss requests are very intensive and i have a big db load does anybody know a good action before running the rss query so i can cache it ? i'm using memcahed and all the feeds should be cached for 1 hour tx

share|improve this question

1 Answer

WordPress already caches feeds to an extent, but for better caching install one of the caching plugins. E.g. W3 Total Cache has the option to cache RSS Feeds.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.