On 03/10/2011 10:17 AM, ext [email protected] wrote:
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(and i must to evaluate the javascript int the page),don't
care layout infomation.This is my code:
(Can any body give me some to suggestion optimizing this program
,because i can't endure the speed, the load time is few hundred sec per
one page(dynamic page).Thanks)
I doubt your code do much layout since there is no rendering involved.
You should profile your code to find what is slow and what is causing
it. My guess is I/O is the bottleneck...
cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt