speed work through the browser (html5/java)

Get help with troubleshooting issues
Post Reply
rpce
Posts: 26
Joined: Fri Feb 14, 2014 9:37 am

speed work through the browser (html5/java)

Post by rpce » Fri Feb 14, 2014 9:45 am

What could be the reason for the slower action work remotely through a browser. Compared with RDP difference is quite significant in odświerzaniu screen. The screen is very slow to refresh.
What is the bandwidth required for manual work remotely through a browser.

From what I see is the JVM uses about 60 mega ram and Processor is not likely to overwork.

I still question whether you ever think about using RDP after udp?

Thanks

jkuijt
Posts: 114
Joined: Sat Jan 04, 2014 1:41 pm

Re: speed work through the browser (html5/java)

Post by jkuijt » Fri Feb 14, 2014 10:22 am

Hello,

Well, here all is working quite fast with the HTML5 client.
However, with the native RDP client everything is a bit smoothier/faster, but I like the HTML5 client very much!

But you can speed up screen painting by setting the var allowtheming in html5.html to value 0:

Code: Select all

var allowtheming = 3;    //0 = disable all
                         //1 = theming and wallpaper enabled
                         //2 = +FONT_SMOOTHING only up Vista
                         //3 = +DESKTOP_COMPOSITION only up Vista
Best regards
Jeffrey

Post Reply