-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core(fr): convert response-compression gatherer #12508
Conversation
lighthouse-core/test/gather/gatherers/dobetterweb/response-compression-test.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it to the config as well?
/** | ||
* @param {Array<LH.Artifacts.NetworkRequest>} networkRecords | ||
* @param {LH.Artifacts.NetworkRequest[]} networkRecords |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hot takes over here ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😈
lighthouse-core/gather/gatherers/dobetterweb/response-compression.js
Outdated
Show resolved
Hide resolved
lighthouse-core/test/gather/gatherers/dobetterweb/response-compression-test.js
Outdated
Show resolved
Hide resolved
Yes indeed |
@@ -150,21 +150,24 @@ function createMockContext() { | |||
} | |||
|
|||
function mockDriverSubmodules() { | |||
const navigationMock = {gotoURL: jest.fn(), | |||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha woops, thanks for cleaning it up :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! LGTM
Ref #11313