[Webkit-unassigned] [Bug 287120] New: Move logic of network usage monitoring to NetworkProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 5 15:53:26 PST 2025


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

            Bug ID: 287120
           Summary: Move logic of network usage monitoring to
                    NetworkProcess
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: basuke at apple.com

Currently the source of network usage for ResourceMonitor is in ResourceLoader in Web Process. We need to move this into Network Process to improve the quality of monitoring:
1. Not the decoded size after network load but the actual bytes before decoding. (i.e. gzip a.k.a deflate)
2. Avoid counting the resources comes from the cache.
3. Avoid counting blob and data urls.

-- 
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/20250205/b3e9a294/attachment.htm>


More information about the webkit-unassigned mailing list