Hi,
I have a component with a multifield containing 8 fields, with one being a dropdown populating selection from a Servlet response. We have this requirement to add 120+ items in this multifield.
Just wondering if this is an optimized thing to do with regards to performance. Like if this will compromise on the performance of the page or the component or the degradation in the authoring experience?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Should be ok, considering:
However, you might want to consider the authoring experience with 120 items in a dropdown. Please consider using a write ahead, auto-complete or splitting the dropdown for better experience,
Hello @pixislinger
We might have to consider following:
Thanks for your inputs on Servlet Processing. Is it ok to have like 120+ fields in the multifield, will it affect performance in any form?
Should be ok, considering:
However, you might want to consider the authoring experience with 120 items in a dropdown. Please consider using a write ahead, auto-complete or splitting the dropdown for better experience,
Hi ,
If the component is repetitive in the same page it might exceed request load.
For component performance in the page , please check developer mode.
Please refer to this article
https://sourcedcode.com/blog/aem/improve-performance-of-aem-components-during-development-phase
Thanks
Views
Likes
Replies