lighthouse
lighthouse copied to clipboard
`Network.getResponseBody` errors with "Request content was evicted from inspector cache"
Ref https://github.com/GoogleChrome/lighthouse/issues/10876#issuecomment-1858335946
Happens on https://leverx.com/
https://bugs.chromium.org/p/chromium/issues/detail?id=1513200
So this appears to be WAI on the Chrome side but we can give ourselves more cache buffer wiggle room by dong await session.sendCommand('Network.enable', {maxResourceBufferSize: 20 * 1024 * 1024 });.