We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d3ef0 commit add0f03Copy full SHA for add0f03
lighthouse-core/audits/first-meaningful-paint.js
@@ -166,7 +166,7 @@ class FirstMeaningfulPaint extends Audit {
166
e.name === 'Paint' ||
167
e.name === 'TracingStartedInPage';
168
}).forEach(event => {
169
- // Grab the page's ID from TracingStartedInPage
+ // Grab the page's ID from the first TracingStartedInPage in the trace
170
if (event.name === 'TracingStartedInPage' && !mainFrameID) {
171
mainFrameID = event.args.data.page;
172
}
0 commit comments