Bug 259483 - Reading logging preference file takes time on launch
Summary: Reading logging preference file takes time on launch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-25 09:47 PDT by Per Arne Vollan
Modified: 2023-07-27 09:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2023-07-25 09:47:15 PDT
Reading the logging preference file is using 30-40ms of CPU time when launching the WebContent process on iOS. This patch proposes that we remove the file, and instead set the preferences manually when needed.
Comment 1 Radar WebKit Bug Importer 2023-07-25 09:47:29 PDT
<rdar://problem/112840318>
Comment 2 Per Arne Vollan 2023-07-25 09:48:39 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16069
Comment 3 EWS 2023-07-27 09:05:46 PDT
Committed 266362@main (4232eab5d0d4): <https://commits.webkit.org/266362@main>

Reviewed commits have been landed. Closing PR #16069 and removing active labels.