﻿# Quick answer...

<datetime class="hidden">2004-03-16T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported, ASP.NET, Performance -->

How do you enable caching for the RSS control? Well, in the RssDisplay.ascx, add the following line after the &lt;%@ Page%&gt;declaration:
&lt;%@ OutputCache Duration="1200" VaryByParam="none"%&gt;
This will cache the output (and therefore, the webrequest to the rss feed) for 20 minutes...