Changes between Initial Version and Version 1 of Ticket #36913, comment 3


Ignore:
Timestamp:
Feb 11, 2026, 1:21:26 PM (3 weeks ago)
Author:
Abhimanyu Singh Negi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36913, comment 3

    initial v1  
    33From 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.
    44
    5 If this sounds reasonable, i would like to assign the issue to myself.
     5If this sounds reasonable and no one is working on this, i would like to assign the issue to myself.
Back to Top