NetTalk Central

Author Topic: Slow map  (Read 3286 times)

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Slow map
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Slow map
« Reply #1 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

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: Slow map
« Reply #2 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