Commit 89f8801
authored
Fonts 2024 Queries (#3696)
* Update font_format_usage_without_services.sql
* Update font_size_quantiles.sql
* Update font_size_quantiles_by_opentype_table.sql
* Update font_size_quantiles_without_services.sql
* Update font_usage_by_service.sql
* Update font_usage_over_time.sql
* Update font_variant_values.sql
* Update outline_formats.sql
* Make a few cosmetic adjustments to design
* Update resource_hints_usage.sql
* Make a few cosmetic adjustments to performance
* Update usage_by_country.sql
* Update usage_of_font_loading_api.sql
* Rename the queries in design and performance
* Add headers to design
* Change sizes_self_hosted.sql to sizes_by_service.sql
* Change formats_file_self_hosted.sql to formats_file_by_service.sql
* Move pages_style_font_variant.sql to development
* Add headers to performance
* Remove requests_over_time.sql
* Switch to using requests instead of pages
* Capitalize functions in design and performance
* Update color_font_usage.sql
* Update color_fonts.sql
* Update color_fonts_emoji_usage.sql
* Rename the queries about color fonts
* Update font_palettes.sql
* Update font_palettes_colors.sql
* Make a cosmetic adjustment
* Rename another color query
* Make a cosmetic adjustment
* Update font_feature_settings_tags_usage.sql
* Update font_feature_settings_vs_font_variant.sql
* Add a few headers
* Make a cosmetic adjustment
* Update font_kerning.sql
* Update pages_style_font_variant.sql
* Update font_metric_override_usage.sq
* Rename font_metric_override_usage.sql
* Make a few cosmetic adjustments
* Rename a few queries
* Update font_smoothing_usage.sql
* Update font_opentype_support.sql
* Update font_opentype_features_usage.sql
* Update types_of_variable_font.sql
* Update variable_font_animation.sql
* Update variable_font_axes.sql
* Rename a few queries
* Rename a few queries
* Fix a few typos
* Update variable_font_axes_css.sql
* Simplify fonts_variable_by_format.sql
* Update variable_font_usage.sql
* Update variable_font_googlefonts_vs_other.sql
* Fix styles in JavaScript
* Make a few cosmetic adjustments to performance
* Revisit COUNT(0) in design
* Revisit COUNT(0) in performance
* Revisit COUNT(0) in development
* Make a cosmetic adjustment
* Rename a few queries
* Order by client in design
* Add performance/fonts_service_by_family.sql
* Add design/fonts_designer.sql
* Add fonts/design/pages_script.sql
* Update performance/fonts_size_by_country.sql to the latest CrUX
* Add design/fonts_license.sql
* Update pages_link_relationship.sql to use pages
* Add design/fonts_metric.sql
* Rename a query
* Adjust the query comments
* Add design/fonts_family_by_script.sql
* Fix a typo
* Add development/fonts_compiler.sql
* Adjust a few comments
* Rename a few queries
* Use NAME in two other queries
* Add development/fonts_color_family.sql
* Introduce VARIABLE_FORMATS and IS_VARIABLE
* Add development/fonts_variable_family.sql
* Extract common functions into a separate file
* Make a few cosmetic adjustments
* Add development/fonts_variable_range.sql
* Annotate the common functions
* Update the readme
* Change the date to 2024-07-01
* Revert the definition of Edge Fonts
* Add a query for the color distribution
* Limit performance/fonts_family_by_service.sql
* Adjust the ordering in performance/fonts_size_by_country.sql
* Add rounding to the size-related queries
* Filter out in performance/fonts_size_by_table.sql
* Make a few cosmetic adjustments
* Simplify performance/pages_link_relationship.sql
* Order in performance/styles_font_display.sql
* Adjust the question in performance/fonts_family_by_service.sql
* Filter out outliers in performance/fonts_size.sql
* Filter out outliers in performance/fonts_size_by_service.sql
* Filter out outliers in performance/fonts_size_by_table.sql
* Refine FILE_FORMAT
* Rebase FILE_FORMAT on summary
* Rebase the file size on summary
* Change performance/fonts_service.sql to show trends over time
* Change performance/fonts_service.sql to show all services used
* Debug performance/fonts_service.sql
* Update performance/scripts_font_face.sql to show the trend
* Check href and as in performance/pages_link_relationship.sql
* Update performance/styles_font_display.sql to show the trend
* Debug performance/pages_link_relationship.sql
* Make a cosmetic adjustment
* Adjust FOUNDRY
* Adjust the percentiles in design/fonts_metric.sql
* Limit to 100 in design/styles_family.sql
* Polish JavaScript
* Correct the normalization in design/fonts_script.sql
* Correct the ranking in performance/fonts_family_by_service.sql
* Correct the ranking in design/styles_family.sql
* Limit to 100 in design/fonts_license.sql
* Make use of FOUNDRY in design/fonts_foundry.sql
* Limit to 100 in design/fonts_foundry.sql
* Adjust FOUNDRY
* Fix the ranking in design/fonts_foundry.sql
* Limit to 100 in design/fonts_designer.sql
* Adjust FOUNDRY
* Adjust FOUNDRY
* Fix a typo in development/fonts_variable_family.sql
* Limit to the 99th in development/fonts_variable_range.sql
* Limit to 100 and 10 in design/fonts_family_by_foundry.sql
* Limit to 100 in development/fonts_variable_family.sql
* Debug design/fonts_family_by_foundry.sql
* Debug development/fonts_opentype.sql
* Debug development/fonts_feature_kerning.sql
* Rename development/fonts_feature_kerning.sql
* Make a few cosmetic adjustments
* Limit to 100 in development/fonts_compiler.sql
* Debug design/styles_family.sql
* Simplify design/fonts_family_by_foundry.sql
* Make a cosmetic adjustment
* Adjust the sorting in development/styles_font_variant.sql
* Adjust the sorting in development/styles_font_feature_settings.sql
* Adjust the sorting in development/styles_metric_override.sql
* Debug development/styles_feature_control.sql
* Extend design/fonts_license.sql
* Adjust the sorting in performance/fonts_size_by_country.sql
* Limit to 10 in performance/fonts_format_file.sql
* Limit to 10 in performance/fonts_format_file_by_service.sql
* Remove data from performance/styles_font_display.sql and limit to 10
* Adjust a question
* Adjust the sorting in development/styles_feature_control.sql
* Break down performance/fonts_size.sql by format
* Break down performance/fonts_size_by_service.sql by format
* Break down performance/fonts_size_by_country.sql by format
* Refine development/fonts_compiler.sql
* Refine and clarify the normalization in design
* Refine and clarify the normalization in development
* Refine and clarify the normalization in performance
* Switch performance/fonts_format_file.sql to fonts on pages
* Add Pages to performance/fonts_format_file.sql
* Reduce design/fonts_family_by_script.sql in half
* Introduce performance/fonts_service.sql and performance/fonts_services.sql
* Constrain the performance queries to is_root_page
* Constrain the design queries to is_root_page
* Remove design/pages_script.sql
* Constrain the development queries to is_root_page
* Limit to 10 in development/styles_smoothing.sql
* Rename pages to sites
* Rewrite performance/pages_link_relationship.sql to join with requests
* Introduce performance/fonts_size_by_format.sql
* Sync performance/fonts_format_file_by_service.sql with performance/fonts_format_file.sql
* Change the normalization in development/fonts_color_emoji.sql
* Add dates to development/fonts_color.sql
* Add dates to development/fonts_color_emoji.sql
* Add dates to development/fonts_variable.sql
* Remove the format from performance/fonts_size_by_country.sql
* Rename Fonts on sites to Links
* Add more dates to development/fonts_variable_service.sql
* Fix the percentage calculation with dates
* Clean up performance/styles_font_display.sql
* Add more dates to development/fonts_feature_opentype.sql
* Add more dates to development/fonts_feature_kerning.sql
* Add more dates to development/fonts_variable_format.sql
* Correct the normalization in performance/fonts_service.sql
* Rename requests to links
* Correct the normalization in performance/fonts_format_outline.sql
* Rename fonts to links in performance/fonts_format_file_by_service.sql
* Correct the normalization in design/fonts_script.sql
* Correct the normalization in design/fonts_license.sql
* Make a cosmetic adjustment in performance/fonts_size_by_table.sql
* Move the totals in performance/fonts_format_file_by_service.sql
* Move is_root_page
* Move the totals in performance/fonts_format_file.sql
* Move the totals in performance/fonts_family_by_service.sql
* Correct the normalization in design/fonts_license.sql
* Move the totals in design/fonts_family_by_foundry.sql
* Move the totals in design/fonts_family_by_script.sql
* Change the normalization to Fonts in development/fonts_variable_service.sql
* Make a cosmetic adjustment
* Move the totals in development/fonts_variable_format.sql
* Move the totals in development/fonts_variable_family.sql
* Correct the normalization in development/fonts_variable_axis.sql
* Move the totals in development/fonts_feature_opentype.sql
* Move the totals in development/fonts_feature_kerning.sql
* Move the totals in development/fonts_feature.sql
* Move the totals in development/fonts_compiler.sql
* Move the totals in development/fonts_color_palette.sql
* Move the totals in development/fonts_color_format.sql
* Move the totals in development/fonts_color_family.sql
* Move the totals in development/fonts_color_entry.sql
* Move the totals in development/fonts_color_emoji.sql
* Move the totals in development/fonts_color_color.sql
* Make a few cosmetic adjustments
* Make a few cosmetic adjustments
* Make a cosmetic adjustment
* Exclude non-parseable fonts from the size calculations
* Exclude non-parseable fonts in performance/fonts_family_by_service.sql and performance/fonts_format_outline.sql
* Exclude non-parseable fonts in design/fonts_*.sql
* Remove baseline_at_zero
* Normalize metrics by the granularity
* Add (parsed only)
* Use SAFE_DIVIDE in design/fonts_metric.sql
* Exclude non-parseable fonts in development/fonts_*.sql
* Add 2022-06-01 to performance/scripts_font_face.sql
* Attempt to remove styles in family names
* Add a secondary normalization to development/fonts_variable_service.sql
* Update development/styles_font_variable_settings_axis.sql to variable sites
* Increase to top 100 in performance/fonts_family_by_service.sql
* Refine the FAMILY function
* Refine the FAMILY function
* Clean up design/styles_family.sql
* Address a lint
* Add granularity to design/fonts_metric.sql
* Add performance/fonts.sql
* Clean up the foundry names
* Update the variable-font animation detection
* Add development/fonts_hinting.sql
* Drop the downsampling in design/fonts_family_by_script.sql
* Add more dates to development/fonts_color_format.sql
* Fix the totals in development/fonts_color_format.sql
* Provide the full path to the common script
* Introduce development/fonts_color_family_by_format.sql
* Clean up performance/styles_font_display.sql
* Introduce performance/styles_font_display_by_family.sql
* Do not limit in development/fonts_color_format_by_family.sq
* Refine the definition of COLOR_FORMATS and IS_COLOR
* Add more dates to performance/pages_link_relationship.sql
* Rename sites and links to websites and requests, respectively
* Rename websites to pages
* Move fonts_format_outline.sql to development
* Move styles_family_system.sql to development
* Add examples to development/fonts_color_format_by_family.sql1 parent 05a096c commit 89f8801
53 files changed
Lines changed: 3199 additions & 13 deletions
File tree
- sql/2024/fonts
- design
- development
- performance
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
13 | 48 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 49 | + | |
| 50 | + | |
17 | 51 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments