RSS Cache Settings

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
9/18/2009 1:27:47 PM
Gravatar
Total Posts 55

RSS Cache Settings

Looking for a little help understanding the RSS cache time settings in both the Bolg component and the feed manager component.

The Feed Manager has two settings:
- Feed list cache time in minutes: defaults to 240
- Entry cache time in minutes: defaults to 120

The Blog module has one setting:
- RSS Cache time in minutes: defaults to 120

When I setup a blog to feed the feed manager, it does take 120 minutes before the feed is present in the feed manager. If I want to decrease this time, do I change the RSS Cache time in the Blog component settings only?

Thank you in advance. -- Derek

9/19/2009 7:31:34 AM
Gravatar
Total Posts 18439

Re: RSS Cache Settings

Hi Derek,

For your situation where your feed manager is likely the only consumer of the blog feed, I would set the blog cache duration to 0 to turn off caching of the outbound feed. Then the feed manager entry cache settings will be the only ones to be concerned with.

Basically the feed manager caches the data from the feeds in the db. This caching first occurs when the the page withe the feed manager is requested, the feed manager gets the feed data caches it in the db, then on subsequent requests for the page with the feed manager if the cache has not expired it will just serve the content from its cache, but on the first page request after the entry cache duration it will refresh the data from the feeds into the cache.

For public facing blog rss feeds its best to cache the outbound feed as well because there may be a lot of requests from different consumers, ie feed managers/aggregators from other sites.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.