The Fully Loaded time is measured as the time from the start of the initial navigation until there was 2 seconds of no network activity after Document Complete. This will usually include any activity that is triggered by javascript after the main page loads.
How did you detect 2 seconds of inactivity when between the age and the server I have an open web-socket ?
WebPagetest sits between the browser and the network stack and watches for any reads/writes. If you have an open websocket but it is idle it won’t trigger the activity monitor.
What if the socket isn’t necessarily idle by design (i.e. push based messaging)? This seems to block test completion in some of our use cases. Is there a way to blacklist or ignore web socket connections during a test?
Sorry to bump an old thread but it seems relevant.
Currently we are facing the same issue. The test does not finish because of the open socket. Is it possible to finish the test manually? I read something about