Hi everybody,

i've read an interesting article about speeding up loading time of gwt
applications. You can read the whole article here:
http://www.techhui.com/profiles/blogs/simpler-and-speedier-gwt-with
but the basic idea is following:
the first time your classes/widgets are loaded, they don't have to
start an RPC-request to the server to initialize themselves with data,
but should get the serialized data directly from the *cache.html file
(it is simply saved in a variable) and pass it to callback handler.
This will make the cache file bigger but still significantly reduce
loading time since you don't have to make countless RPC-calls.
The only problem is that this is pretty tricky and will take a while
to convert the existing app to use this approach. It would've been
nice if GWT-Team could take a look at it and, who knows, implement
smth. similar in the next release.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to