UiPath BOT becomes very slow after certain activities

Hi,

Uipath BOT becomes very slow after certain activities. I am using trail version, My code is running on loop for first iteration it will work fine, but from second iteration it is very slow.Please suggest how to resolve this.

Thanks,
Syed Farheeen

1 Like

I’ve experienced this as well in both directions. The activity may be slow on the second run, but another activity may only be slow on the first run.

Can you let us know specifically which activities are doing this?

Hello @syed.farheen3

I’ve experienced the same issue once, i fixed it, by adding “Timeout” and “SimulateClick”, since i had too many cliks etc… Hope this gives you a glance !

Hi @syed.farheen3

Are you still having the issue?

Hi
Welcome to uipath community
May I know what activities are used and also the application used along the process
There can be two reasons like either the data volume is very high or system memory issue where clear temp files and try once

Cheers @syed.farheen3

Hi,

Data volume and system memory usage is also low, even though i face the same issue.

Thank You!!

Hi @Lahiru.Fernando

Yes i still face the issue.

Thanks,
Syed Farheen

Hi @Anthony_Humphries,

Clicks, Get Text, taking Screenshot, Type activies are very slow.
These activities work fine in first run.

Thanks,
Syed Farheen

Hi @mz3bel,

For clicks i have used SimulateClick, even though there was slowness in BOT.

Thanks,
Syed Farheen

1 Like

Fine
What application we are using and at which activity it is getting slower
Cheers @syed.farheen3

Hi @Palaniyappan

Clicks, Get Text, taking Screenshot, Type activies are very slow.
Application is SAP

Thanks,
Syed Farheen

Fine
Reduce the Timeout property in all these activities less than the default value like around 10000 milliseconds

Cheers @syed.farheen3