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

Performance issue on Chromium-based browsers #179

Open
noel-sebbey opened this issue Dec 10, 2020 · 0 comments
Open

Performance issue on Chromium-based browsers #179

noel-sebbey opened this issue Dec 10, 2020 · 0 comments

Comments

@noel-sebbey
Copy link

noel-sebbey commented Dec 10, 2020

We're facing performance issues on dual listbox with large number of records when opened in Chrome (v87.0.4280.88 64-bit) or Edge (v87.0.664.57 64-bit)

The listbox initially appears as a single, unfilterable box for a while, and then loads the two listboxes with their records after some time

On page load:
Capture

After some time:
Capture2

This has been tested on our local and production environments and the output times are identical. Here are some test results:
~12000 records: ~29sec
~7000 records: ~6sec
~2000 records: ~1sec

Just to note on Firefox (v83.0 64-bit), the dual listbox opens quickly (~1sec) regardless of the number of records (2k, 12k, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant