Yellow Lab Tools is an open source project by Gaël Métais. It lets you test a webpage (via an URL) and detects performance and front-end code quality issues.
Yellow Lab Tools Docker is a node:0.12.10 (Jessie) Docker image that provides an isolated Yellow Lab Tools instance.
Use:
docker run --rm -p 8383:8383 jguyomard/yellowlabtools
or run as a background daemon:
docker run -d -p 8383:8383 jguyomard/yellowlabtools
Then open http://localhost:8383/
in your browser.
latest
;1.12
,1
;1.11
;1.10
;1.9.0
,1.9
;1.8.0
,1.8
.
If you have any problems with or questions about this docker image, please contact me through a GitHub issue. If the issue is related to YellowLabTools itself, please leave an issue on the YellowLabTools official repository.
You are invited to contribute new features, fixes or updates to this container, through a Github Pull Request.