[Webkit-unassigned] [Bug 31719] [Qt] Loading of large page can take up to 10 seconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 08:19:37 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=31719





--- Comment #12 from Strahinja Markovic <strahinja.markovic at gmail.com>  2010-03-04 08:19:36 PST ---
Created an attachment (id=50026)
 --> (https://bugs.webkit.org/attachment.cgi?id=50026)
Testcase for slow windows/fast linux

Here is a test case for what I was talking about. It's an HTML version of the
novel David Copperfield, with images (both text and images are in the publiv
domain). The main.cpp creates a QWebView, loads the HTML and then displays the
widget.

On my Windows machine, it takes 55 seconds from starting the application to the
widget being displayed. Machine is Win7 x64, Core 2 Duo 6400 @ 2.13GHz, 4GB
RAM, compiled in release mode on MSVC 9 (2008).

On my Linux machine, it takes 6 seconds for the same. Machine is Kubuntu Karmic
x64, Core 2 Duo P8700 @ 2.53GHz, 4GB RAM, compiled in release mode on GCC
4.4.1.

This is not the same file I was talking about earlier (can't find it), but that
file exhibited 45sec/2sec loading behavior on the same machines, compiled the
same way.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list