问题标签 [google-ranking]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
13 浏览

javascript - 如何让谷歌排名(谷歌灯塔)不在乎无关紧要的要求

如何使谷歌排名不关心不重要的网络请求的正确方法是什么?

我的页面在例如 React.componentDidUpdate() 上发送了一个不重要的请求(一些日志记录),而 google Lighthouse 抱怨它,并建议预先连接重要的连接

但是这个请求并不重要,我认为让页面显示完整内容并完全反应,然后再以次要优先级(例如甚至可能在卸载时取消它)发出请求会更合适。我认为这应该被认为是一个完美的“高性能”网站,或者不是?