Page 1 of 1

WpfMap Control - map works slow

Posted: Thu Jul 13, 2017 12:32 pm
by grzmaz
Hello
I have used WpfMap Control and in my computer all works fine, but when running this on terminal all work very slow.

After set properties "UseAnimation" on false application works better but it still too slow for normal use.

What could be the reason of that?

Re: WpfMap Control - map works slow

Posted: Thu Jul 13, 2017 12:59 pm
by Oliver Heilig
Hi,

an interactive map within Citrix or terminal services is generally very senitive to bandwidth. There are several factors which influence the VDI (= Virtual Desktop Infrastructure) performance. This sample:

https://github.com/ptv-logistics/xserve ... erformance

shows how these affect the performance. If you still don't get enough performance, you'll have to change the navigation of the control to optimize it for low bandwidth. For example not moving the whole map while panning. I'll update the performance sample for this until next week.

Oliver

Re: WpfMap Control - map works slow

Posted: Fri Jul 21, 2017 11:50 am
by Oliver Heilig
Hi,

i've updated the test tool, see

https://github.com/ptv-logistics/xserve ... erformance

Here you can test all the tweaks we're currently using for our remote client deployments.

Oli