Performance
Hi Aem-community,
Is it better use node iterator or querybuilder to find components on page and get properties of components?
Hi Aem-community,
Is it better use node iterator or querybuilder to find components on page and get properties of components?
When you need to find that on a single page, use the iterator approach; the static overhead of queries is typically higher than the cost of iterating.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.