Question
ASM
ID
Last activity: 6 Jun 2023 5:48 EDT
Strategy TRIGGER_NBA_TopLevel,
While doing a performance test for strategy TRIGGER_NBA_TopLevel, I observed strategy NBA_TopLevel_Account taking 74% time to process data.
I break down this strategy to examine which components are slow.
I found that for each issue and group called strategy NBA_AllIssues_AllGroups_Account 4 times. I've verified that this strategy has never been customized before. I just create new business issue and group from the NBAD portal and this strategy automatically created in the backend.
So I have below queries regarding this
- is there any specific reason why the strategy NBA_AllIssues_AllGroups_Account being called 4 times?
- Is there a way to improve the performance of this strategy NBA_TopLevel_Account?
Thank you.