暫無描述

Gaël Métais ec7cba8f49 Disable browser cache in Docker 4 年之前
bin e2b713282c Fix error Service should be called with new 4 年之前
doc 7bc994b99f Documentation 4 年之前
front 8558ea29df Run YLT on AWS Lambda. TODO: should work both ways 4 年之前
lib e0d497796a Save screenshot when called with a saveFile option 4 年之前
server_config 2da4371847 The screenshot is now saved in the system /tmp folder 4 年之前
test 834a9c9ac5 Remove the Small Requests rule 4 年之前
.dockerignore 52ac5e5424 Dockerize app (#303) 5 年之前
.gitignore 5f12d1ce0e Merge branch 'aws' into master 4 年之前
.travis.yml 17b5168bde Node compatibility set to >=12.0 5 年之前
Dockerfile 52ac5e5424 Dockerize app (#303) 5 年之前
Dockerfile.lambda ec7cba8f49 Disable browser cache in Docker 4 年之前
FUNDING.yml 44a30f7a0d Sponsorship 4 年之前
Gruntfile.js 443f452689 Fix a bug with the favicon spinner 4 年之前
LICENSE 8b30366de7 Initial commit 11 年之前
Makefile 82294983b0 feat: add Dockerfile to create image for Lambda 4 年之前
README.md d023af20a0 Add a Buy me a coffee button 4 年之前
Vagrantfile bb3a94eb84 Use a synced folder in Vagrant 8 年之前
package.json 05c883fa3e Temporarily use a fork of Phantomas for Characters Count 4 年之前

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