dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Performance issue in assortment details #71

Closed dwlhs closed 4 months ago

dwlhs commented 5 months ago

Hi :)

One of our customers has created an assortment containing all their customers. When clicking the Edit button:

image

The page hangs for some 9 minutes, probably to generate the content of the Users control, before it eventually loads:

image

Admittedly, there are 6500 user associated to the assortment, but the question is if the control could handle this in another way, e.g., paged, or a "see more" that loads a modal, where the user can page through the list and search/filter.

Br. Lars

nicped commented 5 months ago

Nope...

I will bug it instead.

We will change it to throw an exception - or a big fat warning. Adding this many single users will also cause issues in the frontend, so you have to change your implementation. Users should be added to a group instead and that group used for the assortment.

nicped commented 5 months ago

20157

nicped commented 4 months ago

Moved to bug: https://dev.azure.com/dynamicwebsoftware/Dynamicweb/_workitems/edit/20157