On Feb 2, 2008, at 4:23 AM, ankush tiwari wrote:

Hi All,

Is there any plan of making webkit render pages incrementally for better performance?

WebKit does render incrementally, although normally pending scripts block parsing and pending stylesheets block layout and painting until a significant timeout has passed, to prevent showing incorrect content.

I'm not sure what you mean by "better performance" but in general, rendering more often will make the total page load take longer, although it may be able to render for the first time sooner.

 - Maciej



Thanks,
Ankush.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to