Maciej Brencz
Maciej Brencz
https://github.com/ariya/phantomjs/issues?milestone=12&state=open - PhantomJS v2.0 is 15 days behind the deadline. I'm considering a workaround in phantomas... Something like a "light" HTTP proxy that will add `X-Phantomas-...` headers with required data...
Will re-check when #313 is implemented
Still valid (v1.3.0): ``` phantomas "http://elecena.pl/" -v --block-domain googleapis.com,google-analytics.com,googletagservices.com --runs 5 ``` ``` .-----------------------------------------------------------------------------------------------------------. | Report from 5 run(s) for using phantomas v1.3.0 | |-----------------------------------------------------------------------------------------------------------| | Metric | min |...
Great :+1: BTW, it works correctly under SlimerJS (introduced in phantomas v1.4.0)
Unfortunately, not much can be done on phantomas side with this issue. [A patch from @cvan](https://github.com/cvan/fastHAR-api/blob/10cec585/app.js#L61-L173) is kind of hacky :) Let's keep our fingers crossed for [PhantomJS v2.0](https://github.com/ariya/phantomjs/milestones/Release%202.0) (due...
@jcleveley, good point. Binaries from GitHub repository you;ve mentioned do not run on my debian box: ``` ./phantomjs: error while loading shared libraries: libicudata.so.50: cannot open shared object file: No...
See #432 for the similar issue - content size reporting for gzipped content
@soulgalore, just tested phantomas with [PhantomJS2 binaries compiled in Oct 2014](https://github.com/bprodoehl/phantomjs/releases) and there's no improvement. For http://code.jquery.com/jquery-2.1.1.js I'm getting the following data: - PhantomJS 2.0.0-dev ``` json {"id":3,"url":"http://code.jquery.com/jquery-2.1.1.js","method":"GET","requestHeaders":{"Accept":"*/*","Referer":"http://localhost:8888/jquery-multiple.html","User-Agent":"phantomas/1.8.0 (PhantomJS/1.9.8; linux...
@fancyoung, PhantomJS v1.x does not provide Content-Length for gzip encoded content. Is it more reliable in PhantomJS 2.0?
No good news here: phantomas using PhantomJS/2.1.1: ``` 15:07:47.826 contentLength missing: {"url":"http://cdn.macbre.net/elecena/r535/package/fonts,bootstrap,elecena,ui,suggest,home.css","bodySize":13463} Offenders for gzipRequests (3): * http://elecena.pl/ (gzip: 7.15 kB / uncompressed: 7.15 kB) * http://cdn.macbre.net/elecena/r535/package/fonts,bootstrap,elecena,ui,suggest,home.css (gzip: 13.15 kB...