creating of node optimization
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2015 09:45 AM
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.9% - 2,243 ms - 32 inv. com.sun.proxy.$Proxy11.createNode
2.1% - 2,497 ms - 1 inv. com.sun.proxy.$Proxy73.startWorkflow
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2015 04:49 AM
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
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
