- 🇳🇿New Zealand quietone
I compared the patch to Drupal 11.x today and there are no similar changes. Therefore, I think this is still valid.
- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 29,950 pass, 2 fail - First commit to issue fork.
- Merge request !5483Issue #3154617 by kksandr: Remove options cache when building widget → (Open) created by Unnamed author
I noticed a big performance hit since
getOptions
is called on both the selection options and getting the selected options ingetSelectedOptions
. This doubled the number of queries.I suggest just clearing the options cache before building the element, this will solve the caching problem when rebuilding (the solution is in the open merge request)