on ‎2018 Jun 06 6:23 PM
Hi Experts,
In our project we have a lot of data using the datatype HybrisEnumValue. One of our example scenarios: we have a datatype Address, in this Address type we have a tax attribute, which is HybrisEnumValue. Whenever we open an address instance in Backoffice, the Editorarea widget tries to load the all selectable tax value into a dropdown ui-element. The amount of data are about 50k entries. Thus it takes a lot of time to have the editorarea fully loaded. So the question is, how can we configure Backoffice in a manner, so that in this case when we open the widget, the data should be lazy loaded first, instead of loading all data at once at the beginning? The other pitfall is, while loading the data Hybris also tries to read the localised name of the value, which again adds more cpu resource time to this loading process, btw in our attributediscriptor table we have about 500k. Any suggestion would be appreciated. Thanks in advance!
Cheers,
--hai
Request clarification before answering.
Hi ,
You mention multiple problem occurrences in your post. My only advice in this situation is to try implementing this lazy loading by your own. Backoffice is highly extensible framework that should allow you injecting such logic rather easily.
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.