灯塔:速度指数 - 速度指数的无效分数:NaN

Lighthouse: Speed Index - Invalid score for speed-index: NaN

有人知道这个错误是什么意思吗?它是非描述性的,并不真正适合调试路径。在 google Lighthouse 中测试页面速度时会发生这种情况。

可能是多种因素。 Post URL 以及问题 - 更容易调试。

  1. 速度指数 - 有一个阻塞,如果任何事情花费超过 10 秒,LightHouse 将超时。

  2. 如果您使用的是 CDN - 由于缓存一致性问题,我在 LightSpeed 上遇到过零星错误。

  3. 确保您的网站上没有拦截器,并且您 运行 在 new/private window 上。不应启用任何浏览器扩展。

  4. LightHouse 使用相同的底层 API。尝试使用 PSI - https://developers.google.com/speed/pagespeed/insights/. Also, try the web version of lightspeed: https://web.dev/measure/。如果你得到相同的结果 - 就在你这边。如果您得到不同的结果,请与您的浏览器/测试有关。

  5. 尝试 运行ning LightHouse 在移动设备和桌面设备上使用。

面临同样的问题并提出到灯塔 Github 回购。

参考:https://github.com/GoogleChrome/lighthouse/issues/11173

他们能够重现它,并将作为此票证的一部分尽快解决此问题:https://github.com/GoogleChrome/lighthouse/issues/11154