Use item IDs to access items instead of paths

Vasiliy Fomichev

In Posted

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.