Page 1 of 1
Slow loading of WpfMap control Map using Silky sand theme
Posted: Wed Jan 11, 2017 12:02 pm
by webdirekt
- We have used WpfMap Control and it takes about 8 to 10 seconds to render full map in application as shown in Image.
- Is there any way to load map faster?
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Wed Jan 11, 2017 3:21 pm
by Bernd Welter
Hello WebDirekt,
how many backend modules of xMap are accessible behind the service URL?
Is the service OnPremise? Or via xServer INTERNET?
I just configured a 4modules scenario and the filling of the tiles is quite fast (<2seconds) on a full screen (1920x1080).
- screenshot of my local xmap after warmup(10 transactions) and massive user interaction. Looks fast enough.
Best regards
Bernd
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Thu Jan 12, 2017 7:25 am
by webdirekt
Hello Bernd,
Thanks for the quick reply.
Yes the service is OnPremise.
And we have two screens description as below:
- PtvStatusMonitor_India screenshot which is loading map faster (< 2 seconds) on full screen
- PtvStatusMonitor_Germany screenshot which is loading map too slow in India as well as in Germany
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Thu Jan 12, 2017 8:03 am
by Bernd Welter
Looks like the performance of the server is some topic to check.
Best regards Bernd
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Fri Jan 13, 2017 12:50 pm
by webdirekt
Hi Bernd,
Thanks for the reply.
configurations on lan.webdirekt.de
poolSize=4
logRequests=false
logResponses=false
configurations on ptv.webdirekt.in
poolSize=5
logRequests=true
logResponses=true
We need to enable request and response logging on lan.webdirekt.de side to investigate further.
We need to check this with Germany before proceeding further.
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Mon Nov 12, 2018 3:07 pm
by Bernd Welter
Elephant brain is back...
If complete tiles are missing in the mapping control this could be related to an insufficient queuesize in the server:
Depending on the clients impatience (and number of parallel threads) it might be helpful to increase the queuesize to a significant value. This may cause longer "frontend completed" behaviour but it reduces the probability of "tiles are missing".
Best regards,
Bernd
Re: Slow loading of WpfMap control Map using Silky sand them
Posted: Mon Nov 12, 2018 3:25 pm
by Joost
If the queue size would be not enough, it would show in the monitor as rejected requests. This value however is 0. Also the computation time is a value I would expect so I doubt that the server is overloaded with to many things to do.
If I look at the screenshot I'm seeing one big issue: the "Germany" server needs 9 seconds of network time on average over a pool of many requests (communication average = 8985 ms). I would look for the issue in your network and not in the xServer or it's configuration.