On Friday, March 2, 2012 5:38:17 PM UTC+1, Jakob Mar wrote: > > Thanks Thomas for your reply. > > My Locator's never get called during this method call and the > performance issue is only on my ValueProxy's (no Locator's on them). > The time is about 1 to 50 millisec. per ValueProxy, increasing in each > loop. Any idea why it's taking so long or what could by wrong? >
Hmm, it's probably a bug if this is being called on ValueProxy-s: because they don't have an "identity", there's no way to ever check if they've been "persisted". If you can confirm that specific line is called for ValueProxy-s, please file a bug, I'll (try to) look at it this week-end. -- 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/-/jxx7HLGomTEJ. 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.
