Taking more time to load the component in the page
I have created the a component with nested multified which contains 12 fields. we tried to add more than 60 multifields in the dialog and it is taking more time to save the contents and load the dialog. Sometimes it is showing only limited contents in the dialog. Also frequently getting page unresponsive alert message in the browser.
The main purpose of this component is to get the data in the form of JSON and use it in the third party application using the servlet api. If we split and author the content in separate page it will affect the response structure.
FYI, I tried to extend the Apache Sling Main Servlet limit to 10000. But still I have the same issue.
Is there any alternate solution to avoid / resolve the issue ?