PDA

View Full Version : WebKit MUCH faster on Linux with same code



Guilo
27th April 2010, 01:53
Hi !

My program under Windows with Qt4.6.2 uses qwebview to load QWebPage (about 60) one by one so as to parse them. But the load method of QWebPage is slow on Windows and eats 100% cpu, slowing down the refresh of the interface. It is not the parsing, only the load of the pages. The exact same code on Linux is really much faster (about 4 minutes on windows and 20~30 seconds on Linux). Why ? Could it be related to compilation settings ?

Thanks

Guilo
29th April 2010, 11:53
Please find attached a little demonstration : the page takes 13 seconds to load underWindows and only 4 seconds under Linux. The same problem appears on every pages of this site, on Arora but not on Konqueror or Chrome

Thanks

Red5_StandingBy
21st June 2011, 20:42
See: https://bugs.webkit.org/show_bug.cgi?id=31719