Hi,We need to traverse our entire content repository and return a list
of all pages and all the components authored in each of these pages.The
number of pages are high. I can think of the below ways and need views
and suggestions from the community.1. Using Queries. We need to run the
query at each market level (eg content/domain/market1 ,
content/domain/market2 etc) and get the results. This works but since
the number of nodes are pretty high, this takes quite some time (we are
still trying to ...