WebPerf and front-end quality testing tool
Find a file
2021-02-19 20:08:13 +00:00
bin Add a new Desktop HP device (large DPR2 screen) 2020-10-04 10:09:06 +02:00
doc/img Documentation 2020-10-06 00:59:14 +02:00
front/src Fix offenders not being displayed for globalVariables and synchronousXHR 2021-02-19 20:03:02 +00:00
lib Comment typo 2021-02-15 22:46:42 +00:00
server_config Chromium requires more package dependencies than before 2021-01-22 15:00:15 +00:00
test Remove the Small Requests rule 2020-12-30 00:39:56 +01:00
.dockerignore Dockerize app (#303) 2020-01-17 11:10:53 -03:00
.gitignore Add tmp/ to .gitignore 2021-01-30 23:05:27 +00:00
.travis.yml Node compatibility set to >=12.0 2020-08-09 01:28:25 +02:00
Dockerfile Dockerize app (#303) 2020-01-17 11:10:53 -03:00
FUNDING.yml Sponsorship 2021-01-08 02:43:10 +00:00
Gruntfile.js Fix a bug with the favicon spinner 2021-02-01 15:10:30 +00:00
LICENSE Initial commit 2014-08-01 16:24:43 +02:00
package.json Remove is-json package 2021-02-19 20:08:13 +00:00
README.md Add a Buy me a coffee button 2021-01-08 02:52:47 +00:00
Vagrantfile Use a synced folder in Vagrant 2016-12-30 22:17:29 +08:00
yarn.lock Dockerize app (#303) 2020-01-17 11:10:53 -03:00

Yellow Lab Tools

Analyzes a webpage and detects performance or front-end code quality issues. Free, easy to launch, easy to understand, in-depth details.

No website should go live without being tested with Yellow Lab Tools

The online tool (recommended): https://yellowlab.tools
The CLI (Command Line Interface) - Doc here
The Grunt task: gmetais/grunt-yellowlabtools
For developers or Continuous Integration
The NodeJS package - Doc here
The public API - Doc here
Allows you to launch runs from any language

How it works

The tool loads the given URL and collects various metrics and statistics with the help of Phantomas. These metrics are then categorized and transformed into scores. It also gives in-depth details so developpers can fix the detected issues.

By the way, it's free because I am a geek, not businessmen. In return, you can add a ★ on GitHub, it will boost my motivation to add more awesome features!!!

example dashboard screenshot

Test your localhost

You can use ngrok, a tool that creates a secure tunnel between your localhost and the online tool (or the public API). You can also use the CLI or the Grunt tasks as they run on your machine.

Install your own private instance

If your project is not accessible from outside, or if you want to fork and improve the tool, you can build your own instance. The documentation is here.

Author

Gaël Métais. I'm a webperf freelance. Follow me on Twitter @gaelmetais, I tweet about Web Performances, Front-end and new versions of YellowLabTools!

Buy me a coffee

I can also help your company about Web Performances, visit my website.

Contributors