marcelduran / yslow

YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
yslow.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 384 forks source link

PhantomJS yslow.js "www.url" #164

Open gigaimage opened 8 years ago

gigaimage commented 8 years ago

I downloaded yslow-phantomjs-3.1.8 from yslow installation webpage. Unpacked it and tried: C: > phantomjs yslow.js --help Can't Open 'yslow.js' C:> phantomjs yslow.js "http://yahoo.com" Can't Open 'yslow.js'

I tried many ways by keeping yslow.js in different location. c:\yslow.js // Can't Open yslow.js message c:\PhantomJS\lib\yslow.js //here I created a lib folder under PhantomJs installation and set the PATH as well. but same message C:\PhantomJS\yslow.js // same message.

Also, found that "make phantomjs" errors outr in permission denied to the build folder.

PhantomJS is in PATH and working fine with any other CL arguments.

Thanks!