Websites/Mozilla.org/Archive/Design Implementation/RSS: Difference between revisions

Line 9: Line 9:
== How to do it ==
== How to do it ==


We need to decide:
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.


* Do we want to cache things?
We probably want a '''database-based cache''' over a file-based cache, because it gives faster results.
* If so, what kind of cache/db should be used?


== Implementation ==
== Implementation ==
28

edits