Last active
May 9, 2018 00:24
-
-
Save malchata/b3461fa658019933ec6dfe86bcb4a350 to your computer and use it in GitHub Desktop.
Learn how to query the HTTP Archive's BigQuery dataset: https://github.com/HTTPArchive/legacy.httparchive.org/blob/master/docs/bigquery-gettingstarted.md
This file contains 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
/** | |
* Obtained from the HTTP Archive's BigQuery dataset. | |
* Dataset table name: httparchive.summary_requests.2018_04_15_desktop | |
* BigQuery guide: https://bit.ly/2wpdyOV | |
**/ | |
{ | |
"type": "image", | |
"format": "jpg", | |
"Requests": "9153030", | |
"Median": "19.0586", | |
"Average": "57.5388", | |
"Pct90th": "108.085" | |
} { | |
"type": "image", | |
"format": "png", | |
"Requests": "3284588", | |
"Median": "16.2588", | |
"Average": "69.1363", | |
"Pct90th": "134.1543" | |
} { | |
"type": "image", | |
"format": "webp", | |
"Requests": "128766", | |
"Median": "17.9063", | |
"Average": "33.8564", | |
"Pct90th": "59.6865" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment