I am also able to reproduce a consistent ~3s delay on macOS 26.2 for iOS apps running on Mac that use Swift + WKWebView. The delay is before page navigation even starts.
Measured timings (ms):
WKWebView init: ~47
Delay between loadHTMLString and didStart: ~3000
Render finish after start: ~23
On iOS 26.2, the delay between loading HTML and starting is only 20ms.
Sharing WKProcessPool and pre‑warming a WKWebView (kept alive) did not reduce the ~3s delay.
This looks like a WebKit process startup regression specific to iOS/Designed for iPad apps using Swift + WKWebView running on macOS 26.2.
Topic:
Safari & Web
SubTopic:
General
Tags: