Having self=true is inefficient. Query as such, traverses through all the nodes by executing //element(*, cq:Page) then apply filter with {path=path: path=/content/page_path, self=true}. Depending on your requirements, you can try querying cq:PageContent instead of cq:Page which will always be a chi...