In the following code, the first console.log message prints pretty much instantly. Then everything just hangs (I\'m initially assumed it was waiting for the body of the respons
It is a known bug that parsing responses can lag badly when remote debugging is enabled. Disabling remote debugging should speed this up a lot.
You can read the issue for details and other workarounds.