問題タブ [pagespeed-insights]
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.
pagespeed-insights - CRuX にページの実際の速度データが十分にない場合に、PSI API が originLoadingExperience の値を loadingExperience に入れるのはなぜですか?
Chrome ユーザー エクスペリエンス レポートにページの実際の速度データが十分にない場合、PSI API (v5) の応答には、応答のすべてのプロパティの値が含まれますloadingExperience
。これらの値は、 の値とまったく同じですoriginLoadingExperience
。loadingExperience
これに関する問題は、API 応答から、 のデータが有効か、または の複製かを判断できないことですoriginLoadingExperience
。確かに、これらすべての値を比較することは可能であり、すべてが正確に一致する場合は、重複のケースであると結論付けても安全ですが、これは防弾ではなく、追加のコードが必要です。
CRuX がページに十分なデータを持っていない場合、API 応答から確実に知る方法はありますか?