Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 889ab3e619e56b04a3a66520268354429d4cde57
https://github.com/WebKit/WebKit/commit/889ab3e619e56b04a3a66520268354429d4cde57
Author: Brady Eidson <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp
M Source/WebKit/NetworkProcess/NetworkProcess.cpp
Log Message:
-----------
Add release logging for more milestones along the creation of a new web
process connection to the networking process
rdar://171183437
https://bugs.webkit.org/show_bug.cgi?id=308651
Reviewed by Ben Nham.
We have telemetry that suggests `createNetworkConnectionToWebProcess` is taking
a long time in some situations,
but don't have any actual data on where it is getting held up.
This is a first attempt to add more signposts along the way to learn more about
where it is getting held up.
* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:
(NetworkConnectionToWebProcess::NetworkConnectionToWebProcess):
* Source/WebKit/NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::createNetworkConnectionToWebProcess):
Canonical link: https://commits.webkit.org/308224@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications