You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my targeted website includes some pictures that are blocked by the firewall, so that there some errors like "_error": "net::ERR_TIMED_OUT" or "_error": "net::ERR_CONNECTION_RESET" in the HAR file generated by the Chrome DevTools.
But I can not find any such errors in the HAR file generated by the sitespeed.io on the same website pages while there is this error:
ERROR: Failed waiting on page to finished loading, timed out after 300000 ms BrowserError: Running page complete check
Is it possible to ask the sitespeed.io tool to include the "_error" in the HAR file?
The text was updated successfully, but these errors were encountered:
Hi @flyisland we need to add that to https://github.com/sitespeedio/chrome-har then. If you can create a trace log (using --browsertime.chrome.collectPerfLog and add that log to an issue, then we have the raw data to fix it.
For the error, I guess the the onLoadEvent never fires and that makes browsertime time out. Can you include the URL that fails, then I can check if there's something we can do smarter.
Hi, my targeted website includes some pictures that are blocked by the firewall, so that there some errors like
"_error": "net::ERR_TIMED_OUT"
or"_error": "net::ERR_CONNECTION_RESET"
in the HAR file generated by the Chrome DevTools.But I can not find any such errors in the HAR file generated by the sitespeed.io on the same website pages while there is this error:
Is it possible to ask the sitespeed.io tool to include the "_error" in the HAR file?
The text was updated successfully, but these errors were encountered: