Uipath Browser Workflow gets Slower after Time

Hi friends,

I have a workflow where I put data from a csv into input fields on a webpage about 10 textinputs and some dropdown fields and persist them to a database.
As browser i use edge in private mode (to make sure that no unnecessary is saved). For the first 20 data sets it works fine and really fast. But after that it gets slower and slower. It happens that one iteration lasts 3 time longer than in the beginning. The workflow finishes properly but the performance is awful.

I tried different input modes (all of them), but nothing changes.

Has anyone a suggestion how to fix this?

If you do this manually does the web page get slow? Basically you need to figure out if it’s the web page or the automation that’s slowing.

If it’s the automation, watch memory usage on the machine running the automation. See if something is spiking.

Once you have info like this you can begin to narrow down the source of the issue.

Hi Paul,

Thanks for your answer.
If I close the bot and use the web interface manually it is as fast as ususal. This interface is used by many coworkers who create manually about 1000 entrys a day. So the Webpage isn’t the problem.

Also the ram seems not to increase (70% usage)
Cpu about 40%

It seems that something is wrong with the edge browser…

When i let the bot run it gets slower after a while. But when i click on the browser the bot ist operating on it gets faster again.

Any idea how i can modify this setting?