Use item IDs to access items instead of paths
This practice helps improve application performance; item access by path is slower as it is handled through iterating over each level of a content tree.
This practice helps improve application performance; item access by path is slower as it is handled through iterating over each level of a content tree.