That isn't the case, I can tell a measurable difference. This change was 
introduced when uiBinder switched to use SafeHTMLTemplates. You can use the 
following to disable its use

<set-configuration-property name="UiBinder.useSafeHtmlTemplates" 
value="false"/>

In a more extreme example, I was using a SafeHTMLTemplates to build a 
complex list and just the class names resulted in 1000 extra 
string concatenations. This resulted in easily a second delay. When you are 
trying to build web apps that are as responsive as native apps this is 
unacceptable. The fix was to abandon the template and build the string 
myself and just escape the fields that contained data from the server.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/uXKKN2H90Y4J.
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