cancel
Showing results for 
Search instead for 
Did you mean: 

creating of node optimization

ssmirnov
Champ in-the-making
Champ in-the-making
Is it possible to reduce the time of execution of this methods?

  1.9% - 2,243 ms - 32 inv. com.sun.proxy.$Proxy11.createNode
  2.1% - 2,497 ms - 1 inv. com.sun.proxy.$Proxy73.startWorkflow
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

unless you also provide some execution stats of the operatoins (transitively) called from these two methods, it's hard to even give a hint. Generally, these operations are affected by a various factors. E.g. custom code (policies, workflow listeners / tasks), configuration (rules), infrastruture (DB / network latency)…
So, yes, execution time can be reduced for those but by how much is a question of what is actually going on in your system / your test case.

Regards
Axel