How to optimize bot execution time with multiple IF conditions

I have multiple IF conditions in my 3 workflows and a lot of text scraping, the execution time is really slow, and with more than one transaction is super slow.

How to optimize the execution time, I have 6 workflows, including sending and reading emails, and reading and scraping data.
Suggest to me how to reduce the execution time.

Hi,

In general, as there is some overhead to execute activity, it might be better performance to reduce executing number of activities. For example, review logic, use LINQ and/or InvokeCode etc.

If you can share specific workflow and requirement, we might be able to help you.

Regards,

In all workflows there are multiple IF’s and gettext , click and type into activities.

Hi,

Regarding UiAutomation activities such as Click, Type Into etc, we might be able to tune its delay time.
More specific, if we know it’s unnecessary to wait until the target appears, we can set very small value at Delay after and Delay before and None at WaitForPageLoad(WaitForReady). For example, case that there are many textbox in a page and all the textbox already exists.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.