Community
Participate
Working Groups
Currently, gc operations have been rendered with every request, regardless this is needed or not. This produce a lot of javascript with every response. To reproduce the issue, start Controls Demo -> CanvasTab, click on "Background image" check box and observe the response - the javascript to redraw the graphics is generated.
Now gcOperations are rendered to the client only on canvas resize or manual redraw. Non "draw" operations (SetProperty, SetFont) are trimmed from the end of the list.
With these changes Riena SWT Example Aplication runs very smooth :-)
Thanks Ivan! @Christian: I'll upload the latest RAP nightly for the build server.