Last active
March 16, 2019 14:44
-
-
Save johnelliott/4ae0633ed314e8fca5efcb4bdb83a17c to your computer and use it in GitHub Desktop.
google lighthouse timings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -type f -name '*.json' | xargs -n1 -I % cat % |jq '[.finalUrl, .timing.total] ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment