Không có mô tả

Gaël Métais 36fc0f0e10 Working on implementing unicode ranges again 4 năm trước cách đây
bin f62e9baa4a Add a new Desktop HP device (large DPR2 screen) 4 năm trước cách đây
doc 7bc994b99f Documentation 4 năm trước cách đây
front e46d4cff27 Fix offenders not being displayed for globalVariables and synchronousXHR 4 năm trước cách đây
lib 36fc0f0e10 Working on implementing unicode ranges again 4 năm trước cách đây
server_config 1ce350b12e Chromium requires more package dependencies than before 4 năm trước cách đây
test 834a9c9ac5 Remove the Small Requests rule 4 năm trước cách đây
.dockerignore 52ac5e5424 Dockerize app (#303) 5 năm trước cách đây
.gitignore 44a14f326b Add tmp/ to .gitignore 4 năm trước cách đây
.travis.yml 17b5168bde Node compatibility set to >=12.0 4 năm trước cách đây
Dockerfile 52ac5e5424 Dockerize app (#303) 5 năm trước cách đây
FUNDING.yml 44a30f7a0d Sponsorship 4 năm trước cách đây
Gruntfile.js 443f452689 Fix a bug with the favicon spinner 4 năm trước cách đây
LICENSE 8b30366de7 Initial commit 11 năm trước cách đây
README.md d023af20a0 Add a Buy me a coffee button 4 năm trước cách đây
Vagrantfile bb3a94eb84 Use a synced folder in Vagrant 8 năm trước cách đây
package.json 1213854644 Update Imagemin and dependencies 4 năm trước cách đây
yarn.lock 52ac5e5424 Dockerize app (#303) 5 năm trước cách đây

README.md

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