wpgn/delphichromiumembedded

JS performance issue

Closed this issue · 4 comments

What steps will reproduce the problem?
1. Compile r212 GUI client (delphi 7)
2. Run it and visit 
http://demo.tutorialzine.com/2009/12/colorful-content-accordion-css-jquery/demo.
html
3. Notice performance lags when opening tabs
4. Visit same page with other browser (Chrome, FF, Opera)
5. Notice no lags.

What is the expected output? What do you see instead?
I've updated DCEF from old build (modification date 31-08-2010) and noticed JS 
lags in CEF GUI client comparing to previous build and other browsers.


What version of the product are you using? On what operating system?
r212, Windows 7 x64


Original issue reported on code.google.com by kashi...@gmail.com on 8 Apr 2011 at 9:37

it work fine using the current svn version

Original comment by hgourv...@gmail.com on 8 Apr 2011 at 9:41

Updated sources to current svn version.
cefclient.dpr - everything is fine, no lags even in maximized window.
guiclient.dpr - still some lags when opening tabs (spiky movement). Lags are 
more notable in maximized window (screen resolution 1680x1050).

Max CPU load 14% (Core2quad Q6600, 2.4 MHz).

Original comment by kashi...@gmail.com on 8 Apr 2011 at 11:15

lags are disappeared after compiling with CEF_MULTI_THREADED_MESSAGE_LOOP

Original comment by kashi...@gmail.com on 8 Apr 2011 at 11:45

ok, I was thinking about that.
Please use the google group the next time .

Original comment by hgourv...@gmail.com on 8 Apr 2011 at 12:10

  • Changed state: Invalid