Whenever trying to login to the IDG web admin console. It's taking time to load the workflow page.
IDG version 14.3 CP2
Multiple reasons:
i) Fetching all the business flows from the database and doing filtering at the business logic level.
ii) Eagerly loading business flow inner objects (business flow properties and previous states).
i) New SQL queries are written to apply the filtering at the SQL level instead of the business logic level.
ii) Lazy loading of business flow inner objects on demand.
iii) The solution improves the loading time of the above mentioned pages as well as reduces the memory footprint, CPU time, and load on the database.
iv) Improvement statistics will be updated after QA.
Resolved in 14.3 CP2
32533255
|
DE502451
|
Improve the loading time of Identity Governance web pages with heavy business workflows.
|
-
|
Improved the loading time of Identity Governance web pages with heavy business work
|