[webkit-qt] Avoid painting and layout while loading a page

Ariya Hidayat ariya.hidayat at gmail.com
Thu Mar 10 08:34:33 PST 2011


>    I get very slow load times on QtWebKit in Linux.Can any one could tell me
> how to avoid painting and layout while loading a page,I just need the page
> content,don't care layout infomation.

Layout is an integral part of executing JavaScript on the web content.
If you ignore layout, what would happen with the script code that does
DOM and CSS manipulation?

Painting is ignored already if you just QWebPage as is and never call render.



-- 
Ariya Hidayat
http://www.linkedin.com/in/ariyahidayat


More information about the webkit-qt mailing list