Virtual Earth / Bing maps javascript file size
Posted
by Aquinas
on Stack Overflow
See other posts from Stack Overflow
or by Aquinas
Published on 2010-05-10T02:25:40Z
Indexed on
2010/05/10
2:38 UTC
Read the original article
Hit count: 473
I am working with a site that uses virtual earth for its mapping. Unfortunately the file size of the referenced javascript file, ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2, is 200 something kb before being expanded (to 970kb). As our site runs under https this file is not cached on the client, and can cause a few seconds delay to users, made more substantial in times of high load.
My question is, is there anyway to get virtual earth to run smaller, or have more efficient lazy loading? At the moment it looks like our hands are tied.
© Stack Overflow or respective owner