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 Loading | Assignee: | 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 | ||
Adam Roben (:aroben)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Sam and Anders say we need to implement WebFrameLoaderClient::canCachePage.
Adam Roben (:aroben)
<rdar://problem/8774683>
Sam Weinig
Fixed in r74157.