First WKWebView creation in a session is slow (~2-3s) because iOS lazily initializes the WebKit rendering engine. WebKitWarmer creates a hidden 1x1 WKWebView with empty HTML on Reader tab load, forcing the engine to initialize. Subsequent article opens are instant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>