views:

134

answers:

1

Using Qt’s Webkit implementation renders much slower than directly implementing the Webkit engine -- is this true or just a myth?

From my own experience, I found the load time of a complex page about twice as long in Qt’s “Fancy Browser” example as it does in Google Chrome (which also incorporates a port of Webkit), but I hardly think that is a fair comparison.

Any insights on this?

+1  A: 

I'd say it's fiction. I opened the Qt Demo Browser than comes in the Qt 4.6.2 VC++ demos and loaded the Qt web site once in both Chrome and Qt Demo Browser to have the web page in cache and did a reload. I could not notice any appreciable difference and if there is one, it will be operating-system specific, or even hardware specific.

iconiK