[Dnfbb-developers] [ dnfbb-Feature Requests-1598991 ] Static RSS Feeds
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2007-04-01 18:01:38
|
Feature Requests item #1598991, was opened at 2006-11-18 21:25 Message generated for change (Comment added) made by sbosanquet You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1598991&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Feeds >Group: Completed - Version 2.1 >Status: Closed Resolution: Accepted Priority: 7 Private: No Submitted By: Bosie (sbosanquet) Assigned to: Bosie (sbosanquet) Summary: Static RSS Feeds Initial Comment: Rather than dynamically generating the RSS feeds when requesting rss.aspx it would be nice to provide the facility of serving a .xml file. This should reduce the amount of time needed to generate the feed. The problem is that you need to trigger the xml file update using another event, e.g. on a post event etc... Doing some timings on the original method of dynamically allocating it, each element was taking about 2.5 - 3 seconds. Multiply this by 6 test posts and it was taking rougly 16 seconds to return the post. With my last mod it reduced the time to around 11 seconds but it is still far too long. ---------------------------------------------------------------------- >Comment By: Bosie (sbosanquet) Date: 2007-04-01 18:01 Message: Logged In: YES user_id=1025541 Originator: YES Duplicate to ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2006-11-18 21:27 Message: Logged In: YES user_id=1025541 Originator: YES tried implementing the following link [improving string handling performance in .net applications]: http://msdn2.microsoft.com/en-us/library/aa302329.aspx but it didn't help. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1598991&group_id=152364 |