[Webkit-unassigned] [Bug 30322] New: WebCore level persistent caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 21:27:22 PDT 2009


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

           Summary: WebCore level persistent caching
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Doing persistent caching in the engine itself instead of hiding it under the
networking layer would have some advantages:

- The engine has more information about the usage of resources and can limit
disk writing to those that are more likely to be needed again.
- Lazy writing from memory cache to disk, no need for thenetworking layer to
keep duplicate copies of the data.
- Possibility to cache processed resources (js bytecode, token steams etc.) in
the future
- More consistent behavior when caching and revalidation semantics are
implemented in one place only.
- Potentially simpler, more focused networking layer.
- Closer cache integration with the engine open up new optimization
possibilities.

-- 
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