Bug 51143

Summary: Loading webkit.org over and over is slower in WebKit2 than WebKit1, looks like page is not cached
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, beidson, bweinstein, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Adam Roben (:aroben) 2010-12-15 15:23:07 PST
To reproduce:

1. Go to http://webkit.org/
2. Repeat

You can see the page's resources load each time you go to the site. If you compare with WebKit1, the page loads instantly the second and subsequent times.
Comment 1 Adam Roben (:aroben) 2010-12-15 15:23:24 PST
Sam and Anders say we need to implement WebFrameLoaderClient::canCachePage.
Comment 2 Adam Roben (:aroben) 2010-12-15 15:23:53 PST
<rdar://problem/8774683>
Comment 3 Sam Weinig 2010-12-15 15:55:47 PST
Fixed in r74157.