Changes between Initial Version and Version 1 of Ticket #36913, comment 4
- Timestamp:
- Feb 11, 2026, 1:20:51 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36913, comment 4
initial v1 1 I’d like to work on this issue.2 3 From what I understand the slowdown happens because duplicate submitted values are validated again and again. I’m thinking of validating only the unique values internally while keeping the original list unchanged so behaviour stays the same. I’ll add some tests too to make sure duplicates and invalid values are still handled correctly.4 5 If this sounds reasonable and no one else is working on it, i would like to assign the issue to myself.