When using .Descendants() or .Ancestors() to retrieve a certain document type through a content tree, would using .Take(nth) make a difference to the response time ?
I'm not sure if using the .Take() method gets the first nth of document type in the content tree or does it get all the document types and then return the nth number of document types ?
time/order taken querying nodes
Dear Umbraco team
When using .Descendants() or .Ancestors() to retrieve a certain document type through a content tree, would using .Take(nth) make a difference to the response time ?
I'm not sure if using the .Take() method gets the first nth of document type in the content tree or does it get all the document types and then return the nth number of document types ?
Thanks Dibs
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.