-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
Have you tried the Lazy Loading option? |
Yes, I have tried with that alos, but still it is ver slow . |
Then, you'll have to work on the performance of that SQL statement. |
for testing purposes I have used a very simple and basic query to return 1 to 10000 numbers. Select Rownum r , rownum d 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. |
I didn't catch that this was an IE issue. Sorry, I can't help you with that. |
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).
Regards,
Abha
The text was updated successfully, but these errors were encountered: