Wasn't it Shaneo who wrote:
>Notice the js script thats being called? That cant be right?

Yes, it's right.

Google moved a lot of code out of the main.js into external modules like 
mod_poly.js, mod_drag.js and mod_controls.js

That reduced the memory required to run pages that don't need those 
modules, but it also slowed down the loading times for pages that needed 
several such modules. Fetching three small files is slower than fetching 
one large file. So Google addressed this, and now have a server that 
serves multiple external modules as a single file.

%7A and %7B are escaped versions of the characters { and }. When the 
cat_js server sees "{mod_poly,mod_drag,mod_controls}.js" it concatenates 
those three external modules and serves them as a single file.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to