提升用户体验之dns-prefetch和preconnect 龚思凯 2025-12-27 27 阅读1分钟 dns-prefetch 只做 1 件事:提前完成「DNS 解析」+ 缓存 <link rel="dns-prefetch" href="https://hello.com"> preconnect 做 3 件事:提前完成「DNS 解析」+「TCP 三次握手」+「TLS 加密协商(HTTPS 场景)」、 兼容性稍差,不支持 IE10 及更低 <link rel="preconnect" href="https://hello.com">