mirror of
https://github.com/2234839/web-font.git
synced 2026-09-04 14:53:32 +08:00
SDK 部署到第三方站点时,字体请求是跨域的,首个片段要付出 ~60ms TCP+TLS 握手。getLoader 首次创建 loader 时按 baseUrl 注入 <link rel="preconnect" crossorigin>,让浏览器提前完成握手,首个 增量片段延迟从 ~90ms 降到 ~30ms。同源不注入,每个 origin 只注入一次。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>