coach
coach copied to clipboard
Clear Eyes. Full Hearts. Can’t Lose.
The generated JSON is invalid: 1. Run `doer run sitespeedio/coach:4.5.0 https://www.sitespeed.io -f json` 2. Result contains log output and this is invalid JSON: Result: ``` Google Chrome 80.0.3987.87 Mozilla Firefox...
I was wondering if there is a way to exclude certain requests from some of the scoring for Coach. For example we have some Coach results that are for files...
I've made a node app using webcoach to return JSON data for a bunch of urls stored in a text file. Everything works fine on my windows pc but on...
One thing that is missing is that we should make it super easy to add your own advice. It would be cool that you can do it using the CLI...
The way we check if a page is responsive isn't correct: https://github.com/sitespeedio/coach/blob/master/lib/dom/info/responsive.js It will only work if the width of the browser window is small, then it's correct. Would be...
I've had a good read of the docs, but I'm still not certain on something. I would like to use Coach to get all the advice and best practice recommendations...
https://github.com/dequelabs/axe-core http://www.deque.com/blog/accessibility-testing-axe-webdriverjs/ https://www.youtube.com/watch?v=jC_7NnRdYb0 https://www.youtube.com/watch?v=cOmehxAU_4s This could be good for #11
Hi, I am attempting to change some of the scoring in the Coach for our personal use case. I am able to build the standalone Coach docker image locally and...
Currently the *compressAssets* rule indicates that I should compress WOFF2 files. Since WOFF2 files are _already_ compressed, I don't think that is appropriate advice. In fact I would suggest inverting...
## Description As of HTML 5.1 specifications, developers are required to use `h1`-`h6` to convey document structure. This dis-allows multiple `h1` elements in a document, even when placed in sectioning...