NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on June 23, 2015, 07:52:20 AM

Title: Slow map
Post by: Djordje Radovanovic on June 23, 2015, 07:52:20 AM
I have an application with  geo position in database and I need to show this geo position on map.
Took example and put similar form in my application and it works but when I am calling this form it took so much time show map.
It needs 20 seconds or more to appear on screen. Is it possible to be little faster?

Best regards,

Djole
Title: Re: Slow map
Post by: Bruce on June 24, 2015, 01:59:52 AM
Hi Djole,

what map provider are you using?

The time it takes to open the map is dependent on the provider - plus of course how much of the map is already in your cache. (It may go faster for other points near your first one.)

I don't thik the slow-down is on the server side, or the client side, I suspect it is on the map-provider side. (You could use FireBug, Network tab, to verify that.)

cheers
Bruce
Title: Re: Slow map
Post by: Djordje Radovanovic on June 24, 2015, 10:08:33 AM
I done some investigation. I found that it is slow on particular server. It is slow even if I try local access. On my development laptop I have no problem. I believe that problem is not related to NT.

Thanks Bruce,

Djole