Which version of PhantomJS is compatible with yslow? -
i stuck @ point see yslow no more going phantomjs 2.0 phantom.args
property in api deprecated. in earlier version works.
please let me know version of phantomjs works yslow?
phantom.args
deprecated phantomjs 2.0 onwards. either use older version (not recommended) or edit yslow script use system.args
instead. note system module must required.
system.args[0]
script name , system.args[1]
first, before phantom.args[0]
first argument. need change indexes one.
phantomjs had major overhault version 2 included newer version of webkit.
Comments
Post a Comment