由于初始双步,减少 Google Page Speed 见解中的关键链

Reduce critical chain in Google Page Speed insights due to initial double step

根据 Google 页面速度,为什么我管理的这个 site 在着陆页上有一个双步链接?

我正在使用 handlerbars,在 main.hbs 上,我有类似

的东西
<head>
  ...
  <link rel="stylesheet" href="/css/mergedInit.css" media="screen" />
  ...
</head>
<body>
..
..
    <script src="/client/jquery/jquery.min.js"></script>
    <script src="/client/main.js"></script>
</body>

它与任何 HTTP 重定向有关?最初的双步可能来自哪里?

出现此问题是因为测试 运行 网站的 HTTP 版本会自动重定向到 HTTPS

运行直接在 HTTPS 版本网站 (https://developers.google.com/speed/pagespeed/insights/?url=https://autocosts.work/US) 上使用 PageSpeed Insights 工具解决了问题