[webkit-changes] [WebKit/WebKit] 695ee5: REGRESSION(264685 at main): Introduced page load time...
Per Arne Vollan
noreply at github.com
Thu Jul 6 09:30:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 695ee5dcb9e5d659b4b7def7736630fdbf109276
https://github.com/WebKit/WebKit/commit/695ee5dcb9e5d659b4b7def7736630fdbf109276
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm
Log Message:
-----------
REGRESSION(264685 at main): Introduced page load time regression
https://bugs.webkit.org/show_bug.cgi?id=258887
rdar://111788974
Reviewed by Brent Fulgham.
When the log daemon is blocked, the WebContent process will have to read log preferences directly
from plist files on disk, which can slow down page loading. Address this issue by prewarming some
log objects.
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::prewarmLogs):
(WebKit::WebProcess::platformInitializeProcess):
Canonical link: https://commits.webkit.org/265807@main
More information about the webkit-changes
mailing list