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.2k stars 382 forks source link

Yslow in windows for C# #163

Open imanyousefi opened 9 years ago

imanyousefi commented 9 years ago

Hi and thank you very much for your excellent script,

1. I am trying to get yslow score from c#, is there any library for .Net? or any way available to find yslow score in C#?

2. I try to install nodejs and run command yslow -i all path\to\file.har >path\to\results.yslow

but it does not work when cmd run in c#!! (it works from cmd but does not have any output when trying via c# as ProcessStartInfo("cmd", "/c " + command_yslow))

3. wsh script works very nice in windows but it don't support any option :-( is there a road map or any exprimental file to make available to find yslow score in this way? I Need (yslow -i all -f xml)


best regards, Iman Yousefi