Do you experience any delay in the Showcase? http://gwt.google.com/samples/Showcase/Showcase.html
I don't. Showcase uses place changes rather than Hyperlink though (and I think you should do it too when using Places, as it helps decoupling the history token from the Place it represents), that being said it shouldn't change much things, as Hyperlink doesn't "let the browser navigate" but rather uses History.newItem, which fires an event synchronously (and thus generates the PlaceChangeRequestEvent and PlaceChangeEvent synchronously too, just as if you'd used the PlaceController). The WireActivityLogger might be the bottleneck, as it appears to communicate with the server (through the SimpleRemoteLogHandler: http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.1/user/src/com/google/gwt/logging/client/SimpleRemoteLogHandler.java?r=9507 (do you recognize the "finest" message?) -- 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.
