I am getting a huge performace hit at "After performing transformation". Can someone look at my code and see if there are any performance improvements that can be made?
At a first sight it looks ok to me...maybe some of the brighter XSLT wizards have a more thorough opinion on this. But it's interesting to get to know, how man seconds it takes to perform the tranformation.
Performance hit using GetXmlDocumentByUrl for RSS Feed
I am using the folling code to download, cache, and display an RSS Feed on my website
I am getting a huge performace hit at "After performing transformation". Can someone look at my code and see if there are any performance improvements that can be made?
How huge is your hit?
At a first sight it looks ok to me...maybe some of the brighter XSLT wizards have a more thorough opinion on this. But it's interesting to get to know, how man seconds it takes to perform the tranformation.
/Jan
Here is the debug:
Multiply this by 8 and my loadtime goes up to ~8 seconds
Anyone else have any feedback?
Not much feedback, but it looks like the Gizmodo feed that you've put in there is very slow at the moment, so that might account for the slowdown.
I have good experiences with the Feed Cache package that does this fetching of the feed asynchronously, which will prevent these slowdowns.
is working on a reply...