Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to stop initial loading data of an Interactive Grid?

John like many othersAug 7 2020 — edited Aug 13 2020

Hello

I have a mask with an Interactive Grid taking 15-20 seconds to load. The grid as some popup LOVs (with SQL statements as source, all pretty fast) and one of them seems to be the cause of the slow loading. I assume Apex will execute the SQL behind of the LOVs for EACH row which is of course very inefficient. As the user has a search bar he does not need to see some pre-loaded data in the GRID on starting up the mask. So if it would be possible not to load data into Grid on starting mask that would be great. I already tried to the attribute option "Lazy loading" but that doesn't help at all (no performance improvement). Any other ideas how to avoid loading data on starting up mask?

Thank you in advance for any hint.

Comments

Post Details

Added on Aug 7 2020
1 comment
1,351 views