[Webkit-unassigned] [Bug 174111] New: [WK2] ResourceLoadStatistics should batch its writes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 3 17:27:13 PDT 2017


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

            Bug ID: 174111
           Summary: [WK2] ResourceLoadStatistics should batch its writes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Currently the ResourceLoadStatistics code writes its data file whenever it changes state. This causes it to make frequent writes to disk, which uses CPU and energy.

Instead, we should batch writes so they only happen on a set interval.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170704/25ef00c5/attachment.html>


More information about the webkit-unassigned mailing list