Skip to content

ESF filtering is substantially slower than advanced filtering #15499

@ChronosSF

Description

@ChronosSF
Member

Description

Performing similar filtering operations through AFD and ESF seem to take widely different amount of time without clear reason why.

  • igniteui-angular version: latest
  • browser: n/a

Steps to reproduce

  1. Open the attached sample
  2. Filter HireDate through ESF to display only one of the distinct values. It takes forever.
  3. Filter HireDate through AFD to do the same. It is almost instant.

Expected result

Filtering through ESF cannot be that slower than AFD filtering. There is a bottleneck somewhere that needs to be fixed.

Attachments

angular-19-grid-comaprisson.zip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @ChronosSF@rkaraivanov

      Issue actions

        ESF filtering is substantially slower than advanced filtering · Issue #15499 · IgniteUI/igniteui-angular