Performance improvement

0
Hi , As i am trying to improve performance of Nanoflow which is just populating the next object of the list and showing it to me on dynamic action click of a nanoflow.   Can anyone suggest me in regards to this?
asked
1 answers
0

Add a datetime-variable ‘StartedThisNanoflowAt’ to beginning of your nanoflow and log the duration of each activity.

with this in the logmessage(s):

toString(millisecondsBetween([%CurrentDateTime%],$StartedThisNanoflowAt))

If you want us to help you find the time-inefficient activities in your specific nanoflow, add more information on it, like a screenshot.

answered