WebAssembly 2025 queries updates for counts and page ranking#4328
Merged
tunetheweb merged 19 commits intoHTTPArchive:mainfrom Jan 11, 2026
Merged
WebAssembly 2025 queries updates for counts and page ranking#4328tunetheweb merged 19 commits intoHTTPArchive:mainfrom
tunetheweb merged 19 commits intoHTTPArchive:mainfrom
Conversation
…& 2022) to the new schema where applicable. Added query for wasm usage counts by pages and by distinct wasm's names (counts.sql & counts_distinct_name.sql) Added query for various compression methods (compression_methods.sql) Added query for wasm component usage for domains and cross domains (domains.sql & cross_domain.sql) Added query for various instruction kinds (instruction_kinds.sql) Added query for various languages usage in wasm (language_usage.sql) Added query for various mimeType usage in wasm (mime_types.sql) Added query for page rankings (page_rankings.sql) Added query to understand usages by size (module_sizes.sql, section_sizes.sql, large_custom_sections.sql and total_sizes_by_percentile.sql) Info : Drop statustics for size_total_br, size_total_strip, size_total_strip_br, size_total_opt, size_total_opt_br, br_savings, strip_br_savings, opt_br_savings and opt_savings because of dataset has null values. Added query for wasm proposals.sql. Added query to understand popular wasm libraries in use. (popular_library_by_name.sql) All the queries are grouped by clients i.e. desktop and mobile.
extended extra category Co-authored-by: Barry Pollard <barrypollard@google.com>
…ied json values without $
Co-authored-by: Barry Pollard <barrypollard@google.com>
prefer to use rank_grouping instead of _rank
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For further progress on #4090 and #4239
Updated query to use DISTINCT NET.REG_DOMAIN(page) for distinct wasm origin names (counts.sql)
Updated query for page rankings, instead of rank; used rank_grouping to make this more distinct and obvious (page_rankings.sql)
All the queries are grouped by clients i.e. desktop and mobile.