We have a UiPath Process that runs on our unattended robot every night. This process has been running for around 2 years, without any issue. Now all of sudden we’ve been facing some issue in this. Earlier our process used to execute in 5 hrs daily. If i give a short explanation, it opens a website and downloads around 1200 files one by one. 4 files/min as avg. Now since 2 days, this activity has slowed down to only 1/2 files per min. Means only 1 or 2 files are getting downloaded every min. First we assumed this was a site issue and it might be slow, but when we open the site on our own system, it seems fine with no lags. But when view the robot executing, we can see the lag between activities. (We have not changed the process in a long time). Cleared cache of browser, restarted our production server etc but still no use. Also there’s more. When we stop and start the process on the robot again, it works with its top initial speed of 4 files/min but degrades after 20-30 mins. We have recently upgraded our OS from windows 2012 R2 to windows 2019. Orch version : 2021.10.1
Robot version : 2021.10.4
Studio version : 2021.10.4
Chrome vers : 114
While bot is running try monitoring the cpu usage and all…
May be many background activities are running
We can close and reopen ie if thats the case also check for temporary files and delete for eqch tramsaction so that yhe cache memory is not full…looks from these lines
Cheers