sandstorm/lazydatasource
composer require sandstorm/lazydatasource
Neos package implementing a lazy data source for the UI; so that the elements are loaded lazily on demand.
1.1.1
Readme excerpt
Sandstorm.LazyDataSourceInspector Data Sources in Neos are usually eager, this means the UI sends a single request to the backend to load all options, and then doing the filtering client-side.
This package implements additional Inspector Editors, behaving like the standard SelectBoxEditor with data sources, but delegates filtering and searching to the server-side.
This greatly improves Neos UI performance for data sources with big collections (100s of elements).
Getting started-
Default composer installation via:
composer require sandstorm/lazydatasource -
for a single select:
In your N…
Read more
The same vendor provides 17 package(s).