Webkit has support for encoded inline images, css, and javascript. This means that you could encode all of your components into base64 (http://www.greywyvern.com/code/php/binary2base64) and cut your requests down close to nothing. Although, for example, base64 is nearly 4x the size of an image, if you are using gzip on your server the sizes are nearly identical. There is a great article on this here: http://waynepan.com/2008/08/26/iphone-web-app-performance-tip-use-inline-images/
On Jan 7, 4:29 pm, Kirill <[email protected]> wrote: > We would like to improve the loading time in our web app.http://ow.ly/TOuL > > Does anybody have any experiences they can share on this? > > Cheers! > Kirill
-- 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.
