From 55d82ffec1d8977ce401768e0c2dcaadc375dcd6 Mon Sep 17 00:00:00 2001
From: Barry
- Le jeu de données HTTP Archive est continuellement mis à jour avec de nouvelles données mensuelles. Pour l’édition 2019 du Web Almanac, sauf indication contraire dans le chapitre, tous les paramètres ont été obtenus à partir de l’index de juillet 2019. Ces résultats sont publiquement requêtables sur BigQuery dans des tables préfixées par
@@ -83,19 +83,19 @@ About the dataset
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
clientAbout the dataset
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
clientVue d’ensemble
À propos du jeu de données
2019_07_01.
+ Le jeu de données HTTP Archive est continuellement mis à jour avec de nouvelles données mensuelles. Pour l’édition 2019 du Web Almanac, sauf indication contraire dans le chapitre, tous les paramètres ont été obtenus à partir de l’index de juillet 2019. Ces résultats sont publiquement requêtables sur BigQuery dans des tables préfixées par 2019_07_01.
À propos du jeu de donn
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
- Le jeu de données HTTP Archive est continuellement mis à jour avec de nouvelles données mensuelles. Pour l’édition 2020 du Web Almanac, sauf indication contraire dans le chapitre, tous les paramètres ont été obtenus à partir de l’index de août 2020. Ces résultats sont publiquement requêtables sur BigQuery dans des tables préfixées par 2020_08_01.
+ Le jeu de données HTTP Archive est continuellement mis à jour avec de nouvelles données mensuelles. Pour l’édition 2020 du Web Almanac, sauf indication contraire dans le chapitre, tous les paramètres ont été obtenus à partir de l’index de août 2020. Ces résultats sont publiquement requêtables sur BigQuery dans des tables préfixées par 2020_08_01.
@@ -88,19 +88,19 @@
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
Nous espérons réitérer ce processus à l’avenir afin de garantir que le Web Almanac soit un projet plus diversifié et inclusif avec des contributeurs et contributrices de tous horizons.
diff --git a/src/templates/hi/2019/methodology.html b/src/templates/hi/2019/methodology.html index 86d5c5e6366..4c6e19878d6 100644 --- a/src/templates/hi/2019/methodology.html +++ b/src/templates/hi/2019/methodology.html @@ -83,19 +83,19 @@#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
#standardSQL
-# 01_01b: Distribution of JS bytes by client
-SELECT
+ #standardSQL
+# 01_01b: Distribution of JS bytes by client
+SELECT
percentile,
- _TABLE_SUFFIX AS client,
- APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
-FROM
- `httparchive.summary_pages.2019_07_01_*`,
- UNNEST([10, 25, 50, 75, 90]) AS percentile
-GROUP BY
+ _TABLE_SUFFIX AS client,
+ APPROX_QUANTILES(ROUND(bytesJs / 1024, 2), 1000)[OFFSET(percentile * 10)] AS js_kbytes
+FROM
+ `httparchive.summary_pages.2019_07_01_*`,
+ UNNEST([10, 25, 50, 75, 90]) AS percentile
+GROUP BY
percentile,
client
-ORDER BY
+ORDER BY
percentile,
client
- Wappalyzer为很多章节提供动力,它分析开发人员工具的流行程度,例如 WordPress,Bootstrap,和jQuery。比如 电商 和 CMS 章节非常依赖于Wappalyzer探测出的各自的 电商 和 CMS 类别。 + Wappalyzer为很多章节提供动力,它分析开发人员工具的流行程度,例如 WordPress,Bootstrap,和jQuery。比如 电商 和 CMS 章节非常依赖于Wappalyzer探测出的各自的 电商 和 CMS 类别。
From 3fc4d42f2aaa9e656f204aa3c47d423c98a46b09 Mon Sep 17 00:00:00 2001
From: Barry About the dataset
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/en/2020/methodology.html b/src/templates/en/2020/methodology.html
index 78d7295ceeb..09bf6f6a3b6 100644
--- a/src/templates/en/2020/methodology.html
+++ b/src/templates/en/2020/methodology.html
@@ -88,6 +88,7 @@ About the dataset
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/fr/2019/methodology.html b/src/templates/fr/2019/methodology.html
index 4f8abacb7ac..9c25973038d 100644
--- a/src/templates/fr/2019/methodology.html
+++ b/src/templates/fr/2019/methodology.html
@@ -83,6 +83,7 @@ À propos du jeu de donn
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/fr/2020/methodology.html b/src/templates/fr/2020/methodology.html
index 7239f9b151c..57e91e878e4 100644
--- a/src/templates/fr/2020/methodology.html
+++ b/src/templates/fr/2020/methodology.html
@@ -88,6 +88,7 @@ À propos du jeu de donn
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/hi/2019/methodology.html b/src/templates/hi/2019/methodology.html
index 4c6e19878d6..610be31400d 100644
--- a/src/templates/hi/2019/methodology.html
+++ b/src/templates/hi/2019/methodology.html
@@ -83,6 +83,7 @@ डेटासेट
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/hi/2020/methodology.html b/src/templates/hi/2020/methodology.html
index a23fc306dc7..bc324c3b197 100644
--- a/src/templates/hi/2020/methodology.html
+++ b/src/templates/hi/2020/methodology.html
@@ -88,6 +88,7 @@ डेटासेट
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/ja/2019/methodology.html b/src/templates/ja/2019/methodology.html
index 48dfe9b8967..e883b4f94f4 100644
--- a/src/templates/ja/2019/methodology.html
+++ b/src/templates/ja/2019/methodology.html
@@ -83,6 +83,7 @@ データセットにつ
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/ja/2020/methodology.html b/src/templates/ja/2020/methodology.html
index 517a65d8a5a..6372f23c496 100644
--- a/src/templates/ja/2020/methodology.html
+++ b/src/templates/ja/2020/methodology.html
@@ -88,6 +88,7 @@ データセットにつ
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/ru/2019/methodology.html b/src/templates/ru/2019/methodology.html
index 40012f74e5d..f6f3e043b03 100644
--- a/src/templates/ru/2019/methodology.html
+++ b/src/templates/ru/2019/methodology.html
@@ -83,6 +83,7 @@ О наборе данн
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/ru/2020/methodology.html b/src/templates/ru/2020/methodology.html
index 301397c47e7..0d6a7d48855 100644
--- a/src/templates/ru/2020/methodology.html
+++ b/src/templates/ru/2020/methodology.html
@@ -88,6 +88,7 @@ О наборе данн
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT
diff --git a/src/templates/zh-CN/2019/methodology.html b/src/templates/zh-CN/2019/methodology.html
index 911f8fdc7fc..832091839fd 100644
--- a/src/templates/zh-CN/2019/methodology.html
+++ b/src/templates/zh-CN/2019/methodology.html
@@ -83,6 +83,7 @@ 关于数据集
#standardSQL
# 01_01b: Distribution of JS bytes by client
SELECT