- Issue created by @robphillips
- last update
over 1 year ago 28 pass - @robphillips opened merge request.
- Status changed to Needs review
over 1 year ago 2:22pm 22 May 2023 - Status changed to RTBC
over 1 year ago 9:30am 24 May 2023 - Status changed to Needs work
over 1 year ago 8:22pm 24 May 2023 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
I'm just wondering if doing an array_filter is the best solution here. Array functions are not always performant.
What is in both arrays when this warnings occurs? If one is empty we can simply solve this by adding an extra IF statement.
- Status changed to RTBC
over 1 year ago 8:09pm 25 May 2023 - 🇨🇭Switzerland berdir Switzerland
This happens during an entity save, an array_filter() is not going to contribute in any measurable way to a performance problem.
-
BramDriesen →
committed 3e4f9559 on 8.x-1.x authored by
robphillips →
Issue #3361868 by robphillips: Warning: array_flip(): Can only flip...
-
BramDriesen →
committed 3e4f9559 on 8.x-1.x authored by
robphillips →
- Status changed to Fixed
over 1 year ago 8:37pm 25 May 2023 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
All right, let's get this in then 🙂 thanks everyone
Automatically closed - issue fixed for 2 weeks with no activity.