-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
… into production
- Loading branch information
Showing
41 changed files
with
884 additions
and
17 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
WITH totals AS ( | ||
SELECT | ||
date, | ||
client, | ||
is_root_page, | ||
COUNT(0) AS num_pages | ||
FROM | ||
`httparchive.crawl.pages` | ||
WHERE | ||
date = '2024-06-01' | ||
GROUP BY | ||
date, | ||
client, | ||
is_root_page | ||
) | ||
|
||
SELECT | ||
date, | ||
client, | ||
is_root_page, | ||
COUNTIF(INT64(custom_metrics.other.almanac.scripts.total) > 0) AS pages_using_js, | ||
num_pages, | ||
COUNTIF(INT64(custom_metrics.other.almanac.scripts.total) > 0) / num_pages AS pct_pages_using_js | ||
FROM | ||
`httparchive.crawl.pages` | ||
INNER JOIN | ||
totals | ||
USING (date, client, is_root_page) | ||
WHERE | ||
date = '2024-06-01' | ||
GROUP BY | ||
date, | ||
client, | ||
is_root_page, | ||
num_pages | ||
ORDER BY | ||
date, | ||
client, | ||
is_root_page |
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+19.8 KB
...tatic/images/2024/page-weight/Distribution-of-image-requests-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.4 KB
src/static/images/2024/page-weight/cls-distribution-by-page-weight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.9 KB
...ages/2024/page-weight/desktop-video-response-size-distribution-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19 KB
...ic/images/2024/page-weight/distribution-of-css-file-requests-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.5 KB
...atic/images/2024/page-weight/distribution-of-css-file-requests-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17 KB
...c/images/2024/page-weight/distribution-of-css-response-sizes-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18 KB
...tic/images/2024/page-weight/distribution-of-css-response-sizes-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.6 KB
.../2024/page-weight/distribution-of-desktop-image-response-sizes-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
...tatic/images/2024/page-weight/distribution-of-desktop-image-sizes-by-format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.3 KB
src/static/images/2024/page-weight/distribution-of-image-requests-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.1 KB
...images/2024/page-weight/distribution-of-image-response-sizes-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.6 KB
...s/2024/page-weight/distribution-of-javascript-response-sizes-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.7 KB
...atic/images/2024/page-weight/distribution-of-js-response-sizes-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.9 KB
...s/2024/page-weight/distribution-of-mobile-image-response-sizes-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
...static/images/2024/page-weight/distribution-of-mobile-image-sizes-by-format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.2 KB
src/static/images/2024/page-weight/distribution-of-requests-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21 KB
...mages/2024/page-weight/distribution-of-requests-by-homepages-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21 KB
src/static/images/2024/page-weight/distribution-of-requests-by-page-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18 KB
...atic/images/2024/page-weight/distribution-of-response-sizes-by-content-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.8 KB
src/static/images/2024/page-weight/distribution-of-tbt-scores-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.5 KB
...images/2024/page-weight/distribution-of-video-response-sizes-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.5 KB
src/static/images/2024/page-weight/font-requests-distribution-by-percentile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.5 KB
src/static/images/2024/page-weight/html-requests-distribution-by-percentile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.3 KB
...atic/images/2024/page-weight/javascript-request-distribution-by-device-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.1 KB
src/static/images/2024/page-weight/lcp-distribution-by-page-weight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.5 KB
...images/2024/page-weight/median-desktop-page-weight-by-page-and-content-type.png
Oops, something went wrong.
Binary file added
BIN
+20.2 KB
...c/images/2024/page-weight/median-homepage-weight-by-content-and-device-type.png
Oops, something went wrong.
Binary file added
BIN
+19.7 KB
.../images/2024/page-weight/median-mobile-page-weight-by-page-and-content-type.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+21.1 KB
src/static/images/2024/page-weight/minified-javascript-proper-usage.png
Oops, something went wrong.
Binary file added
BIN
+20.5 KB
...mages/2024/page-weight/mobile-video-response-size-distribution-by-page-type.png
Oops, something went wrong.
Binary file added
BIN
+22 KB
...tatic/images/2024/page-weight/number-of-requests-by-content-and-device-type.png
Oops, something went wrong.
Binary file added
BIN
+21.8 KB
src/static/images/2024/page-weight/number-of-requests-by-content-and-page-type.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+23 KB
...atic/images/2024/page-weight/sites-that-could-implement-third-party-facades.png
Oops, something went wrong.