In this schema, “Name” and “Detail” field gets populated with the PDF content and editors will review these fields and type in values in “Comments” and “Keywords” fields. Both the “Comments” and “Keywords” are configured with “Input” editor.
Of late, when we type value in these fields, there is considerable delay for it to appear in the UI form. User has to wait for at least 30 secs or so to see the content they typed to appear in the UI form.
This seems to be an issue when the underlying PDF document size is in MBs. The larger the file, more the number of elements in the Sections array.
Expected behavior
User typed content should appear in the UI as and when they type it. There shouldn’t be any delay.
Minimal reproduction of the problem
Not sure of the exact step. But something like below should help in replicating.
Create a schema as mentioned with array as field type and populate it with 1000 items.
A custom editor for the entire content ? Or, for fields within “Section” array ?
I’m not sure I understand what needs to be done here. Can you elaborate , please ?
Hi Sebastian,
I pulled down the latest tag, dev-6134, but still the issue exists. I’m still seeing the same delay while typing. This time around, Squidex is hosted on my local machine using docker-compose for testing. Below is the content of docker-compose.yml file. Can you take a look ?
@Sebastian - I pulled down the tag dev-6146 and I no longer see any delay in the UI form while typing. Everything works as expected. When will this change be part of the master branch ?