Sign inSign up

tmaier/yslow

By tmaier

Updated about 6 years ago

YSlow - ready for CI

Image
1

1.7K

tmaier/yslow repository overview

Docker image for YSlow

This is a docker image for YSlow based on PhantomJS. See http://yslow.org/phantomjs/

CLI

This docker container contains a flexible ENTRYPOINT.

One can call a shortcut version or a longer version with al parameters. Later one is particularly useful for CI pipelines.

$ docker run tmaier/yslow --cdns "fonts.googleapis.com" www.example.com
$ docker run tmaier/yslow:latest phantomjs yslow.js --info grade --format tap --cdns "fonts.googleapis.com" --threshold '{"overall": "B", "ycdn": 65}' www.example.com

Author

Tobias L. Maier for BauCloud GmbH

Tag summary

Content type

Image

Digest

Size

109.9 MB

Last updated

about 6 years ago

docker pull tmaier/yslow