catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

Treat page load timeouts as soft errors #599

Closed pmeenan closed 1 year ago

pmeenan commented 1 year ago

This allows for collecting metrics and running lighthouse audits on pages where the onload didn't fire before the timeout but otherwise is still working.

Otherwise, all JS execution (in chrome) is bypassed as soon as a test is in an error state.

Fixes https://github.com/HTTPArchive/custom-metrics/issues/63