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

APEX-Select2 works very slowly if the number of records are more. #123

Open
abha3011 opened this issue Apr 17, 2020 · 5 comments
Open

APEX-Select2 works very slowly if the number of records are more. #123

abha3011 opened this issue Apr 17, 2020 · 5 comments

Comments

@abha3011
Copy link

abha3011 commented Apr 17, 2020

Hello,

I have a apex report with 2 columns which are linked to Select2 plugin. One column returns aroun 1000 rows and another returns around 10000 rows.

The column which returns 1000 rows works fine with this plugin. But it is very slow, for the column that returns 10000 rows.

can you please suggest what I can do to improve the performance.

I have made an application on apex.oracle.com with a very basic screen with just these 2 columns (LESS with 1000 rows and MORE with 10000 rows).

Media1

Regards,
Abha

@rimblas
Copy link
Contributor

rimblas commented Apr 17, 2020

Have you tried the Lazy Loading option?

@abha3011
Copy link
Author

Have you tried the Lazy Loading option?

Yes, I have tried with that alos, but still it is ver slow .

@rimblas
Copy link
Contributor

rimblas commented Apr 21, 2020

Then, you'll have to work on the performance of that SQL statement.
This is not a Select2 issue right? 1000 results of anything are not a problem for the Select2

@abha3011
Copy link
Author

for testing purposes I have used a very simple and basic query to return 1 to 10000 numbers.

Select Rownum r , rownum d
From dual
Connect By Rownum <= 10000

so, I am pretty sure there is nothing to do with th\e query performance. One more thing that I have noticed is that, Select2 works fine on chrome or mozilla browser , but it is only on IE , that it give performance issue with this query.

@rimblas
Copy link
Contributor

rimblas commented Apr 22, 2020

I didn't catch that this was an IE issue. Sorry, I can't help you with that.

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

2 participants