Allow to implement non-node-aware SelectEditor DataSources #893
Labels
Enhancement
Extensibility
Feature Stale
Features to be conceptualized and specified or better to be implemented as a plugin
Performance
currently, the data sources for the SelectEditor always get the current node passed in as parameter. However, many data sources do not depend on the current node at all. If we had this information in the UI, we could optimize the loading of data sources to cache them more aggressively; leading to a better performance when using many data sources and switching nodes.
Implementation Idea
Related idea
Timeframe
This is all post-1.0-relevant I think. I just wanted to write it down while working on #764
The text was updated successfully, but these errors were encountered: