[Webkit-unassigned] [Bug 67325] New: By default, WebKit2 has an enabled but 0-capacity page cache, which results in unnecessary work on many navigations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 15:00:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67325

           Summary: By default, WebKit2 has an enabled but 0-capacity page
                    cache, which results in unnecessary work on many
                    navigations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: sam at webkit.org, ggaren at apple.com, beidson at apple.com


WebKit2 defaults to having the page cache enabled. It also defaults to CacheModelDocumentViewer, which specifies that the page cache's capacity should be 0. This means that on most navigations we create a CachedPage and then immediately destroy it. This seems silly, and might also have a negative effect on performance.

I haven't looked to see whether WebKit1 has the same issue, but it seems likely.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list