# Quick answer...

<datetime class="hidden">2003-10-03T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

## 
[Quick answer...](/blog/568) 

posted on [4:20 AM](/blog/568)

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...