Super slow editor experince when using multiple Multinode Treepicker on document type
We have 7 Multinode Treepicker on a document type in Umbraco version 13.3.1
When editing the document type, Umbraco makes two Ajax request for each of the 7 multinode treepicker
/umbraco/backoffice/umbracoapi/entity/GetByIds?type=Document
and
/umbraco/backoffice/umbracoapi/entity/GetUrlsByIds?type=Document&culture=
This is 14 request. Each request take 7-8 seconds which gives a really bad editor experince.
Super slow editor experince when using multiple Multinode Treepicker on document type
We have 7 Multinode Treepicker on a document type in Umbraco version 13.3.1
When editing the document type, Umbraco makes two Ajax request for each of the 7 multinode treepicker /umbraco/backoffice/umbracoapi/entity/GetByIds?type=Document and /umbraco/backoffice/umbracoapi/entity/GetUrlsByIds?type=Document&culture=
This is 14 request. Each request take 7-8 seconds which gives a really bad editor experince.
What can we do, to speed it up?
is working on a reply...