The page loaded up for me, so I ran Safari's resource profiling on it. There 
was a >4.5 second delay between the initial request and the time when the 
server started actually sending data, and once it did start sending, it still 
took 2.3s to transfer the content. That's just for google_maps_new.php. Beyond 
that, goole_maps_new.php is a whopping 3MB in size. Disregarding the time it 
takes to actually transfer that much data, composing the data (querying the DB, 
fetching, parsing, translating to html) is going to be a big hit on your load 
time.

-G

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to