Too many request calls
hi All,
There are many pages created under a cq:page node on sites. When i try to open that particular hierarchy containing all the pages, i get too many calls exception. On investigation it is found that there are some js calls, which is required by the project.
So request calls(High)=number of pages*js calls per page
Increasing the number of calls per request from the Apache Sling Main Servlet Configuration solves the issue, but there is a threshold to it, it cannot be made too high.
Any suggestions on how to combat this situation, i thought of a design where we can restrict the threshold(number) of the number of pages created under a page node. But is there any property or an efficient way to handle this. New approaches would be appreciated.
Many Thanks!!!