This code // Force a layout to update view size and thereby update scrollbars. m_client->forceLayout(); in void FrameLoader::commitProvisionalLoad() ends up performing forced style recalc which is unnecessary and can be very slow.
http://trac.webkit.org/changeset/48545