Page Unresponsive / UI lockup on copy pasting component within form
Hi All,
I am trying to copy paste the component within the component making it nested. but the page becomes unresponsive UI locks-up for more than 5 mins and is back once the request completes. To be precise request throws success response soon but loading the response on to UI is time consuming.
Ex: Copying the date component from nested dropdown and pasting it anywhere within the different parsys of dropdown, checkboxlist, or segmentedcontrols (All these components have 3-4 parsys) is making the page unresponsive for a while taking time to load the content on pasting.
I am thinking this is because of the complex nested structure.
below is the structure of form.

Logs indicate a warning of deprecated index
26.01.2025 13:50:10.876 *WARN* [10.201.204.206 [1737899402187] GET /bin/wcm/references HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/forms/af/XXXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy') /* xpath: //*[jcr:contains(., '/content/forms/af/XXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy')] */ fullText="/content/forms/af/XXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy", path=*). Please change the query or the index definitions. 26.01.2025 13:50:12.013 *WARN* [10.201.204.206 [1737899402187] GET /bin/wcm/references HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy') /* xpath: //*[jcr:contains(., '/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy')] */ fullText="/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy", path=*). Please change the query or the index definitions. 26.01.2025 13:50:19.396 *INFO* [10.201.204.206 [1737899419388] POST /content/forms/af/XXX/BB/test/jcr:content/form/dropdown/par-May%20be/date_copy_copy HTTP/1.1] com.adobe.aem.formsndocuments.util.FMUtils setting last modified time for : /content/dam/formsanddocuments/XXX/BB/test 26.01.2025 13:50:19.495 *ERROR* [HealthCheck SSL Configuration] com.adobe.granite.security.user.ui.internal.servlets.SSLConfigurationServlet Connection to URL https://XXXXX/ successful, but SSL certificate is invalid: javax.net.ssl.SSLPeerUnverifiedException: Certificate for <XXXXXX> doesn't match any of the subject alternative names:

Any suggestions will be helpful.

