http://issues.umbraco.org/issue/U4-9678 Swaps out the base XPath from `"descendant::*[@id={0}]"` to `"id({0})"` - making use of the content-cache's XML DTD ID index. This will perform better on larger content-trees.
http://issues.umbraco.org/issue/U4-9678 Swaps out the base XPath from `"descendant::*[@id={0}]"` to `"id({0})"` - making use of the content-cache's XML DTD ID index. This will perform better on larger content-trees.