Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Last active March 16, 2019 14:44
Show Gist options
  • Select an option

  • Save johnelliott/4ae0633ed314e8fca5efcb4bdb83a17c to your computer and use it in GitHub Desktop.

Select an option

Save johnelliott/4ae0633ed314e8fca5efcb4bdb83a17c to your computer and use it in GitHub Desktop.
google lighthouse timings
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