Uipath Remote Runtime on Citrix overhead (slower?)

Hi,

Am I right in thinking that automating an application using the remote runtime will always be slower than a local app? Since they are communicating I guess we must wait for that between each action? How many ms does it take on average? Thanks

Hi @robots22

you’re right, it will be always slower than local automation, the MS will depend based on the internet connection, machine resources, time to applications to load, etc. You must ensure every element is visible when performing every action

Regards!

@robots22,

There are 3 kinds of speeds you can expect.

  1. Local application - Fastest
  2. Citrix/RDP application with UiPath Remote Runtime - Slower
  3. Citrix/RDP application with Computer Vision - Slowest.

Thanks,
Ashok :slight_smile: