Search code examples
oracle-apexoracle-apex-5oracle-apex-5.1oracle-apex-18.2

Long time taking to load the oracle apex form page


There are 60 Items in a region showing as a group of 10 rows, 6 Items each. Initially Items are hidden and each group is getting shown based on a button click.

But the page is taking too long time (10 sec apx) to load the page, same goes for validation also. Any help here...?


Solution

  • Try to uncheck the True or False Actions of DA which Fire on Page load as much as you can.

    Page will load fast or we can move few conditions to validation with a generic condition can be another approach of this solution.