Although RequestFactory should be faster than GWT-RPC when it comes to converting the server result string back to the object graph, 9000+ records are maybe too much for RequestFactory as well. You could verify it by just loading the data without putting it into the CellTable / DataProvider. The browser probably still freezes just because you load so much data.
Only solution is to load less data at once (no one will ever scroll/click through 9000 records). -- J. -- 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/-/tGrFiIXFwsQJ. 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.
