WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
287120
Move logic of network usage monitoring to NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=287120
Summary
Move logic of network usage monitoring to NetworkProcess
Basuke Suzuki
Reported
2025-02-05 15:53:26 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Basuke Suzuki
Comment 1
2025-02-05 15:53:40 PST
rdar://144241587
Basuke Suzuki
Comment 2
2025-02-05 16:32:57 PST
Pull request:
https://github.com/WebKit/WebKit/pull/40090
EWS
Comment 3
2025-02-10 07:19:21 PST
Committed
290164@main
(65e37ab3fc65): <
https://commits.webkit.org/290164@main
> Reviewed commits have been landed. Closing PR #40090 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug