-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edits for JavaScript 2021 chapter (#2614)
* Edits for JavaScript 2021 chapter * Resolved some TODOs * Resolved TODO * Fixed They say, "to measure is the key towards improvement" * Updated conclusion paragraph * remove todo * edits * Optimised images with calibre/image-actions * how much do we load * Optimised images with calibre/image-actions * how is javascript requested * how is it delivered * libraries and frameworks * Optimised images with calibre/image-actions * components and conclusion * Optimised images with calibre/image-actions * Update src/content/en/2021/javascript.md * spellcheck Co-authored-by: Rick Viscomi <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rick Viscomi <[email protected]>
- Loading branch information
1 parent
d13c978
commit 1c5fc84
Showing
30 changed files
with
268 additions
and
287 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,24 @@ | ||
SELECT | ||
client, | ||
custom_elements, | ||
shadow_roots, | ||
templates, | ||
total, | ||
custom_elements / total AS pct_custom_elements, | ||
shadow_roots / total AS pct_shadow_roots, | ||
templates / total AS pct_templates | ||
FROM ( | ||
SELECT | ||
client, | ||
COUNT(0) AS total, | ||
COUNTIF(ARRAY_LENGTH(JSON_EXTRACT_ARRAY(js, '$.web_component_specs.custom_elements')) > 0) AS custom_elements, | ||
COUNTIF(ARRAY_LENGTH(JSON_EXTRACT_ARRAY(js, '$.web_component_specs.shadow_roots')) > 0) AS shadow_roots, | ||
COUNTIF(ARRAY_LENGTH(JSON_EXTRACT_ARRAY(js, '$.web_component_specs.template')) > 0) AS templates | ||
FROM ( | ||
SELECT | ||
_TABLE_SUFFIX AS client, | ||
JSON_EXTRACT_SCALAR(payload, '$._javascript') AS js | ||
FROM | ||
`httparchive.pages.2021_09_01_*`) | ||
GROUP BY | ||
client) |
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 modified
BIN
+24 KB
(210%)
src/static/images/2021/compression/compression-levels-gzip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+23.4 KB
(230%)
src/static/images/2021/javascript/async-requests-per-page.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 modified
BIN
+19.5 KB
(210%)
src/static/images/2021/javascript/average-unminified-js-bytes.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 modified
BIN
+24.7 KB
(210%)
src/static/images/2021/javascript/compression-first-third-party.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+25.3 KB
(220%)
src/static/images/2021/javascript/javascript-bytes-per-page.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 modified
BIN
+25.9 KB
(220%)
src/static/images/2021/javascript/javascript-resource-hint-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.5 KB
(210%)
src/static/images/2021/javascript/js-requests-desktop-host.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 modified
BIN
+23.2 KB
(220%)
src/static/images/2021/javascript/js-requests-mobile-host.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.4 KB
(210%)
src/static/images/2021/javascript/js-resources-over-years.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 modified
BIN
+21 KB
(230%)
src/static/images/2021/javascript/prefetch-hints-per-page.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 modified
BIN
+20.6 KB
(230%)
src/static/images/2021/javascript/preload-hints-per-page.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 not shown.
Binary file modified
BIN
+26.5 KB
(230%)
src/static/images/2021/javascript/uncompressed-first-third-party.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 modified
BIN
+28.4 KB
(220%)
src/static/images/2021/javascript/unminified-js-audit-scores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.3 KB
(210%)
src/static/images/2021/javascript/unused-javascript-bytes-per-page.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 modified
BIN
+25.8 KB
(210%)
src/static/images/2021/javascript/unused-vs-total-javascript.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 modified
BIN
+26.9 KB
(220%)
src/static/images/2021/javascript/usage-sync-async-over-years.png
Oops, something went wrong.
Oops, something went wrong.