I recently upgraded to umbraco 4.7 because of the caching issue in 4.6.1. Unfortunately my xslt macros are still slow, especially when looping over all nodes in the website (+/- 1500 nodes). For example, rendering a sitemap takes several minutes.
I'm convinced that this is an issue with the XSLT rendering, since the same macro written in razor is lightning fast.
Maybe i missed something during the upgrade? I copied bin, umbraco, umbraco_client folders and followed the upgrade steps on codeplex. Is there anything else i need to do to fix the caching issue?
I too just ran into this this morning. The sitemap we have running in production is on 4.6.1 and is very fast. The sitemap on our staging site is running 4.7.0 and is taking 21 seconds. We only have about 200 nodes in the tree.
Umbraco 4.7 xslt performance
Hi,
I recently upgraded to umbraco 4.7 because of the caching issue in 4.6.1. Unfortunately my xslt macros are still slow, especially when looping over all nodes in the website (+/- 1500 nodes). For example, rendering a sitemap takes several minutes.
I'm convinced that this is an issue with the XSLT rendering, since the same macro written in razor is lightning fast.
Maybe i missed something during the upgrade? I copied bin, umbraco, umbraco_client folders and followed the upgrade steps on codeplex. Is there anything else i need to do to fix the caching issue?
Thanks in advance!
Chris
I too just ran into this this morning. The sitemap we have running in production is on 4.6.1 and is very fast. The sitemap on our staging site is running 4.7.0 and is taking 21 seconds. We only have about 200 nodes in the tree.
is working on a reply...