由于最初的双重步骤,减少了Google Page Speed洞察力中的关键链

时间:2019-02-10 10:18:26

标签: pagespeed pagespeed-insights

根据Google Page Speed,为什么我管理的这个site在登录页面上具有双重作用?

enter image description here

我正在使用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重定向有关吗?最初的双重步骤可能来自哪里?

1 个答案:

答案 0 :(得分:1)

发生此问题是因为测试是在网站的HTTP版本上运行的,该网站会自动重定向到HTTPS

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