I have created my site using gwt1.5 and I have used gwt google map api
too.When i open my site in the browser I realize that a main.js file
is downloaded from maps.google.com. which is 68 kb(4 sec to download)
and my cache html is 200kb(9 sec to download) so the site takes a
while to load .These two files are not downloaded parallely even
though they are from two different domains ,how do i configure it so
that these two gets downloaded parallely.

note : I have configured the map script in module.gwt.xml

How do i improve the startup time ,I verified with yslow ,it gives 80
points for the site ,but still the start up time for the site when
cache is empty is close to 15 secs which includes the files mentioned
above ,my css and images.

The main.js gets downloaded first and then my cache html file ,can i
reverse the order if so how ?

Please help me with this .

Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to