Hello,
i have a 'bigger' app which consists of several tabs.
Within this app it takes significant long time to get into the details subapp for one entry.
Consistently like 8 to 10 seconds!
I have sort of narrowed it down to a nested multifield.
Definition (shortened) below.
When i remove the "images" multifield the app loads within 1 second.
I first thought this might be related to the images within, but if I remove only those, nothing changes.
Datawise imagine something like 15 -20 entries of "items" and with something like 5 images (well image entries) each.
Any ideas or tips how to improve or restructure data (if the nesting is an issue)?
Thanks!
Chris
detail:
form:
$type: tabbedForm
tabs:
example:
label: Example
fields:
items:
$type: jcrMultiField
itemProvider:
$type: jcrChildNodeProvider
field:
$type: compositeField
itemProvider:
$type: jcrChildNodeProvider
properties:
code:
$type: textField
required: true
theme:
$type: textField
description:
required: true
$type: richTextField
image:
$type: damLinkField
imageAlt:
$type: textField
i18n: true
imageCaption:
$type: textField
i18n: true
images:
$type: jcrMultiField
field:
$type: compositeField
properties:
image:
$type: damLinkField
imageAlt:
$type: textField
i18n: true
imageCaption:
$type: textField
i18n: true
imageVideoUrl:
$type: textField