28
edits
| Line 9: | Line 9: | ||
== How to do it == | == How to do it == | ||
Mozilla.org has a lot of visitors, so we probably want to '''cache feed items''' for some time to a) be nice to the feed provider and b) get better performance. | |||
We probably want a '''database-based cache''' over a file-based cache, because it gives faster results. | |||
== Implementation == | == Implementation == | ||
edits