sitespeedio / sitespeed.io

sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.
https://www.sitespeed.io/
MIT License
4.76k stars 603 forks source link

Checking YSlow rules doesn't work on Windows #554

Closed soulgalore closed 9 years ago

soulgalore commented 9 years ago

Argh, it sucks to don't have any automated tests running on Windows.

info: Running YSlow for http://www.sitespeed.io
error: Couldn't run YSlow for http://www.sitespeed.io : {"killed":false,"code":1,"signal":null}
info: Done analyzing urls
soulgalore commented 9 years ago

Getting some more useful info:

Error: Error running YSlow: http://www.sitespeed.io ("FAIL to load undefined reason:Connection refused url:http://www.sitespeed.io/\r\n"Error: Command failed: )
Error: Could not analyze http://www.sitespeed.io ("yslow Error: Command failed: FAIL to load undefined reason:Connection refused url:http://www.sitespeed.io/\r\n")

Running the same with slimerjs works.

Andrew-Yourn commented 9 years ago

i have this issue, windows 7, how do you substitute slimerjs ?

tobli commented 9 years ago

In the current version, pass --slimerjs as an extra argument.

soulgalore commented 9 years ago

the problem (at least for me) was that the proxy was burned into the Windows setup, so every access tried to use a proxy, but no proxy was setup.