Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESF filtering is substantially slower than advanced filtering #15499

Open
ChronosSF opened this issue Mar 11, 2025 · 0 comments
Open

ESF filtering is substantially slower than advanced filtering #15499

ChronosSF opened this issue Mar 11, 2025 · 0 comments

Comments

@ChronosSF
Copy link
Member

ChronosSF commented Mar 11, 2025

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

@ChronosSF ChronosSF added 🐛 bug Any issue that describes a bug 🆕 status: new labels Mar 11, 2025
@ChronosSF ChronosSF self-assigned this Mar 11, 2025
@ChronosSF ChronosSF assigned rkaraivanov and unassigned ChronosSF Mar 14, 2025
@ChronosSF ChronosSF added 👀 status: in-review Issue is currently being reviewed and removed 🆕 status: new labels Mar 14, 2025
@rkaraivanov rkaraivanov added 🛠️ status: in-development Issues and PRs with active development on them and removed 👀 status: in-review Issue is currently being reviewed labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants