macbre / phantomas

Headless Chromium-based web performance metrics collector and monitoring tool
https://www.npmjs.com/package/phantomas
BSD 2-Clause "Simplified" License
2.26k stars 141 forks source link

SPOF checker #25

Open macbre opened 11 years ago

macbre commented 11 years ago

Waiting for https://github.com/ariya/phantomjs/issues/10158

macbre commented 11 years ago

Check onPageCreated event to get HTML received from server (with no changes from JS).

macbre commented 10 years ago

Waiting for https://github.com/ariya/phantomjs/pull/11484 to be able to get not modified HTML of the page (i.e. without any changes done by JavaScript code)

lafikl commented 10 years ago

We can do it through normal HTTP Request instead of waiting for a patch from Phantom

macbre commented 10 years ago

Waiting for #313 - SlimerJS provides content of HTTP responses

cvan commented 10 years ago

We can do it through normal HTTP Request instead of waiting for a patch from Phantom

I recommend just using request to fetch the resource again. We need to make sure that we're sending the exact same request headers though to ensure that the response is identical.

macbre commented 10 years ago

I'd rather use SlimerjS' ability to provide response's body.