Hi,
 
I've created a panel that is displayed on the right side (of every page). This panel displays the five top titles of an external weblog using the rss macro :
 
{rss:feed=http://jroller.com/rss/agoncal|count=5}
 
The problem that I'm facing is that the rss feed is broken (JRoller's problem). And because of that, the macro hangs (for quite a while) and then throws an exception. Because it's displayed on everypage, navigating in the wiki becomes really slow. Is there a way to do something better ?
 
Antonio (BTW I'm using RC2)
 
12:40:01,578  WARN http-8080-Processor25 http://localhost:8080/xwiki/bin/view/Main/ MacroFilter:handleMatch:139 - MacroFilter: unable
java.io.IOException: Error processing http://jroller.com/rss/agoncal: Connection timed out: connect
        at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:102)
        at org.radeox.filter.MacroFilter.handleMatch (MacroFilter.java:117)