Sometime on Jun 27, JC dropped bits saying:
> I've been running audits of websites and they're Yslow rankings. I was
> wondering you had here was an automated way to suck all the
> information out of YSlow ?
yslow can beacon results back to a web service.
this is how you do it:
1. In firefox, enter about:config in the url.
2. Enter yslow*beacon in the filter field
3. Edit extensions.firebug.yslow.beaconUrl to use your own url
4. Set extensions.firebug.yslow.optinBeacon to true
And you should be done. I don't have the list of parameters handy, but
if you just var_dump $_REQUEST (in php) or $cgi->param (in perl), it
should
be clear.
HTH,
Philip