How to optimize the loading time

How To Optimize The Map Loading Time

Hi,

I'm novice to VE Api,

when i run my page it's take some time to load the map in the browser,

is't any way to optimize the loading time of the map,

this is the code i used to display the map,


Answer this question

How to optimize the loading time

  • Chrisull

    We had an interesting discussion here recently about whether the js files are completely optomised, cached and compressed. They should be and this is really a MS issue.

    The best solution that Yuki and I are tring to get right at the moment (i thought i had a solution some time ago) is to allow the VE js to be loaded after the page is loaded.

    In simple terms this would allow your page to come up very fast (assuming your page is light weight!) show a loading status and then download the js to the client (if it isn't cached already)

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1170373&SiteID=1

    John.



  • How to optimize the loading time