- Issue created by @darko_antunovic
When trying to implement a widget on an entity reference field that returns ~5k entities, site freezes when I try to enter a search query.
- Install and enable the plugin the usual way
- Enable search on the widget
- Have a field of entity reference type that has a lot of entities as options
- Try to search
- Write an API controller callback function instead of current JS filter method in dropdowns class.
- Because the first proposition affects the performance on the server-side, figure out a solution to filter results efficiently with JS
Active
1.2
Code
It affects performance. It is often combined with the Needs profiling tag.