午休啃着三明治刷了下Lighthouse,首页加载居然卡在font-display: swap上…立马把woff2转成woff(体积小一半!),再加个preload,速度直接起飞~现在点开秒出文字,用户不骂我了
<link rel="preload" href="/fonts/main.woff" as="font" type="font/woff" crossorigin>
登录/注册