Geta / geta-optimizely-categories

An alternative to Optimizely's default category functionality, where categories are instead stored as localizable IContent.
5 stars 10 forks source link

Control over edit mode API calls #28

Open ZachGraceffa opened 7 months ago

ZachGraceffa commented 7 months ago

Hello,

We have a complaint from a CMS editor who I think has a slower internet connection.

When they are assigning categories for a CategoryList property, using the editor modal, every time they expand a node (or parent category) it makes an API call for each individual child. I assume this is to determine if the category is selectable or not because the children are visible immediately but the checkboxes are not.

While we could maybe solve this by organizing our categories differently so that there are not too many children under a given parent, are there any settings we could use to control this?

Love the add-on and thank you for your time.