GoogleChrome/lighthouse

handling impact of isInputPending on long tasks metrics?

オープン

#11,747 opened on 2020/12/02

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (9,278 件のフォーク)batch import
P2good first issuemetrics-cwv

Repository metrics

Stars
 (27,768 個のスター)
PR merge metrics
 (PR metrics pending)

説明

navigator.scheduling.isInputPending is shipping by default in current Chrome stable (m87). Without user input, any page using isInputPending has a strong reason to believe yielding during long tasks won't improve user experience so it could keep on chugging instead.

This may have a large impact on any metric looking at long tasks (TBT, TTI) compared to what a real user would experience when loading the same page.

コントリビューターガイド