页面速度洞察中的“预加载关键请求”问题,但是代码中的标记存在

问题描述

我有一个网站https://www.budowle.pl/,我想对其进行优化并提高其在Google Page Speed Insight中的得分。

我遇到的问题之一是:

Preload key requests
1.68 pp
Consider using `<link rel = preload>` to prioritize fetching resources that are currently requested later in page load. Learn more.
URL
Potential Savings
/fonts/icons.ttf?myrw8(www.budowle.pl)

https://developers.google.com/speed/pagespeed/insights/?hl=en&url=https%3A%2F%2Fwww.budowle.pl&tab=mobile

我还没有找到一种解决方法:(

在代码中(根据我自己:),我有正确的标签:

<link rel="preload" href="https://www.budowle.pl/fonts/icons.woff?myrw8" as="font" type="font/woff" crossorigin>

我也尝试了没有此参数?myrw8,但没有成功。

如果有人知道我能做什么,我将感谢您的帮助。

亲切的问候,Wojtek

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)