Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sql/2025/accessibility/a11y_frontend_technology.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Web Almanac — Lighthouse category scores by framework (2025-07-01)
-- Google Sheet: a11y_frontend_technology
--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Accessibility Technology (A11y) Usage by Domain Rank (2025-07-01)
-- Google Sheet: a11y_overall_tech_usage_by_domain_rank
--
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/a11y_technology_usage.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Accessibility Technology (A11y) Usage by Client (2025-07-01)
-- Google Sheets: a11y_technology_usage
--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Purpose
# Measure adoption of specific Accessibility-related technologies (apps/overlays)
# across domain rank buckets in the 2025-07-01 HTTP Archive crawl.
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/alt_ending_in_image_extension.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Alt Texts Ending in File Extensions (2025-07-01)
-- Google Sheet: alt_ending_in_image_extension
-- Measures how often <img> alt attributes end in file extensions (e.g., .jpg, .png).
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/anchors_with_role_button.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Anchors with role="button" (2025-07-01)
-- Google Sheet: anchors_with_role_button
--
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/button_name_sources.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Button Accessible Name Sources (2025-07-01)
-- Google Sheet: button_name_sources
--
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/color_contrast.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Color Contrast Audit Results (2025-07-01)
-- Google Sheet: color_contrast
--
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/common_alt_text_length.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Most common lengths of <img alt=""> text (2025-07-01)
-- Google Sheets: common_alt_text_length
--
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/common_aria_role.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Web Almanac — % of sites using each ARIA role (2025 schema; no JS UDF)
# Google Sheet: common_aria_role
#
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/common_element_attributes.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Web Almanac — % of sites using each HTML attribute (2025-07-01; no JS UDF)
# Google Sheet: common_element_attributes
#
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/focus_outline_0.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Web Almanac — Adoption of :focus pseudoclass and outline: 0 style (2025-07-01)
# Google Sheet: focus_outline_0
#
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/focus_visible.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Pages using :focus-visible in CSS (2025 crawl)
# Google Sheet: focus_visible
#
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_a11y_audits.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Get summary of all Lighthouse scores for a category
CREATE TEMPORARY FUNCTION getAudits(report JSON, category STRING)
RETURNS ARRAY<STRUCT<id STRING, weight INT64, audit_group STRING, title STRING, description STRING, score INT64>> LANGUAGE js AS '''
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_a11y_audits_by_cms.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Define the function outside the WITH clause
CREATE TEMPORARY FUNCTION getAudits(report JSON, category STRING)
RETURNS ARRAY<STRUCT<id STRING, weight INT64, audit_group STRING, title STRING, score INT64>> LANGUAGE js AS '''
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_a11y_score.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Percentiles of Lighthouse accessibility scores using exact sorting

WITH score_data AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_score_by_cms.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Average Lighthouse scores (performance, accessibility, best-practices, SEO) for top CMS platforms within `httparchive.crawl.pages`

WITH score_data AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_score_by_country.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Average Lighthouse scores per geo (by country and device)

WITH geo_summary AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/lighthouse_score_by_tld.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Group Lighthouse scores by top-level domain (TLD)

WITH tld_score_data AS (
Expand Down
2 changes: 0 additions & 2 deletions sql/2025/accessibility/media_query_features.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#standardSQL

CREATE TEMPORARY FUNCTION getMediaQueryFeatures(css JSON)
RETURNS ARRAY<STRING>
LANGUAGE js
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/page_title.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Page title stats (usage, descriptive, changed on render)
SELECT
client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/pages_with_search_input.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Pages with search input
CREATE TEMPORARY FUNCTION hasSearchInput(input_elements JSON)
RETURNS BOOLEAN LANGUAGE js AS '''
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/placeholder_but_no_label.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Form controls with placeholder but no label

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/sites_using_role.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Sites using the role attribute

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/skip_links.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# % of pages having skip links

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/sr_only_classes.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Sites using sr-only or visually-hidden classes

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/tabindex_usage_and_values.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Positive tabindex value occurrences

CREATE TEMPORARY FUNCTION getTotalPositiveTabIndexes(nodes_09_27 JSON)
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/table_stats.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Table stats. Total all, captioned and presentational

SELECT
Expand Down
2 changes: 0 additions & 2 deletions sql/2025/accessibility/units_properties.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#standardSQL

CREATE TEMPORARY FUNCTION getPropertyUnits(css JSON)
RETURNS ARRAY<STRUCT<property STRING, unit STRING, freq INT64>>
LANGUAGE js
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/valid_html_lang.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# % of pages with a valid html lang attribute

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/video_track_usage.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Video elements track usage

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/accessibility/viewport_zoom_scale.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Disabled zooming and scaling via the viewport tag

-- custom_metrics.other.meta_viewport is blank so use the almanac one instead
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Disabled zooming and scaling via the viewport tag

-- custom_metrics.other.meta_viewport is blank so use the almanac one instead
Expand Down
1 change: 0 additions & 1 deletion sql/2025/capabilities/fugu.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
SELECT
client,
fuguAPI,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/capabilities/top.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
SELECT
client,
page,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/alt_svc_protocol_analysis.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Alt-Svc Protocol Analysis - Deep dive into Alternative Service headers
# Analyzes what protocols are advertised vs actually used

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/brotli_compression_adoption.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# 20_brotli_compression_adoption.sql: Brotli and modern compression adoption by CDN
# Analyzes compression algorithm usage patterns and efficiency across CDN providers
#
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/cache_control_analysis.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Cache-Control and CDN caching behavior analysis
# Analyzes cache directives and actual caching behavior

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/cdn_security_features_adoption.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# 17_cdn_security_features_adoption.sql: CDN Security Features Adoption
#
# Rationale: Security is a crucial aspect of content delivery. This query analyzes
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/cdn_usage_by_site_rank.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# cdn_usage_by_site_rank.sql : Distribution of HTML pages served by CDN vs Origin by rank

WITH requests AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/client_hints/baseline.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Baseline Client Hints adoption metrics for context
-- Measures both server-side (Accept-CH) and client-side (Sec-CH-*) adoption
DECLARE d DATE DEFAULT '2025-07-01';
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/client_hints/client_hints_by_cdn.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Analyze Client Hints usage by specific CDN provider
DECLARE d DATE DEFAULT '2025-07-01';

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/client_hints/client_hints_by_header.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
DECLARE d DATE DEFAULT '2025-07-01';

WITH
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/client_hints/client_hints_cdn_vs_origin.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Compare Client Hints adoption between CDN and origin requests
DECLARE d DATE DEFAULT '2025-07-01';

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/client_hints/default_vs_requested_hints.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Analyze which Client Hints are sent by default vs. those requiring Accept-CH
-- Compares hint usage on pages WITH and WITHOUT Accept-CH header
DECLARE d DATE DEFAULT '2025-07-01';
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/distribution_of_compression_types_by_cdn.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_compression_types_by_cdn.sql : What compression formats are being used (gzip, brotli, etc) for compressed resources served by CDNs

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_compression_types_cdn_vs_origin.sql : What compression formats are being used (gzip, brotli, etc) for compressed resources served by CDNs

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/distribution_of_http_versions.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_http_versions: Percentage of HTTPS responses by protocol
SELECT
a.client,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_http_versions_cdn_vs_origin.sql 17_19: Percentage of HTTPS responses by protocol
SELECT
a.client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/distribution_of_tls_time_by_cdn.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_tls_time_by_cdn.sql : Distribution of TLS negotiation time by CDN
SELECT
client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/distribution_of_tls_time_cdn_vs_origin.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_tls_time_cdn_vs_origin.sql : Distribution of TLS negotiation for CDN vs Origin (ie, no CDN)
SELECT
client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/distribution_of_tls_versions.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_tls_versions: Percentage of HTTPS responses by TLS Version and CDN
SELECT
a.client,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# distribution_of_tls_versions_cdn_vs_origin: Percentage of HTTPS responses by TLS Version with and without CDN
SELECT
a.client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/early_hints/baseline.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Baseline Early Hints (HTTP 103) adoption metrics
-- Measures overall adoption of Early Hints responses
DECLARE d DATE DEFAULT '2025-07-01';
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/early_hints/early_hints_by_cdn.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Analyze Early Hints usage by specific CDN provider
DECLARE d DATE DEFAULT '2025-07-01';

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/early_hints/early_hints_cdn_vs_origin.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Compare Early Hints adoption between CDN and origin requests
DECLARE d DATE DEFAULT '2025-07-01';

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/early_hints/preload_patterns.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Analyze common preload patterns in Early Hints
-- Shows how many resources are typically preloaded and common combinations
DECLARE d DATE DEFAULT '2025-07-01';
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/early_hints/resource_types_preloaded.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
-- Analyze which resource types are being preloaded via Early Hints
-- Shows what types of resources (scripts, styles, fonts, etc.) are prioritized
DECLARE d DATE DEFAULT '2025-07-01';
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/h3_adoption_by_cdn_provider.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# h3_adoption_by_cdn_provider_FINAL_v2.sql: HTTP/3 adoption rates by CDN provider
# Simplified version without unnecessary isSecure field to avoid casting issues

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/h3_adoption_by_cdn_vs_origin.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# h3_adoption_by_cdn_provider_FINAL_v2.sql: HTTP/3 adoption rates by CDN provider
# Simplified version without unnecessary isSecure field to avoid casting issues

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/http3_performance_impact.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# 33_http3_performance_impact.sql
# Comprehensive analysis of HTTP/3 performance impact vs HTTP/2
# Measures real-world performance differences between protocols
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/security_headers_by_cdn.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Security headers adoption by CDN vs Origin
# Analyzes adoption of key security headers across CDN providers

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/server_timing_adoption.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# 32_server_timing_adoption.sql
# Deep dive into Server-Timing header usage across CDNs
# Server-Timing provides transparency into server-side performance metrics
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/top_cdns.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# top_cdns.sql: Top CDNs used
SELECT
year,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/top_cdns_by_rank.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# top_cdns_by_rank.sql: Top CDNs used on the root HTML pages by CrUX rank

WITH requests AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cdn/usage_of_content_cdns.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# usage_ofcontent_cdns.sql: % of Pages using a library CDN Host

SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/cms_adoption.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# CMS adoption OVER time
# cms_adoption.sql

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/cms_adoption_by_geo.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# All CMS popularity per geo
# cms_adoption_by_geo.sql

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/cms_adoption_by_rank_all.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# CMS adoption per rank
SELECT
client,
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/cms_adoption_by_region.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL # ALL CMS popularity per geo
CREATE TEMP FUNCTION
GET_GEO(country_code STRING, geo STRING)
RETURNS STRING
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/cms_adoption_by_subregion.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# All CMS popularity per geo
CREATE TEMP FUNCTION GET_GEO(country_code STRING, geo STRING) RETURNS STRING LANGUAGE js AS '''
var countries = {
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/image_format_popularity.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Image format popularity BY CMS
# image_format_popularity.sql

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/lighthouse_category_scores_per_cms.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Lighthouse category scores per CMS
# lighthouse_category_scores_per_cms.sql
SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/lighthouse_category_scores_per_cms_yoy.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Lighthouse category scores per CMS YoY
# lighthouse_category_scores_per_cms_yoy.sql
SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/page_weight_distribution.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Total page weight distribution BY CMS
# page_weight_distribution.sql
SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/resource_weights.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Median resource weights by CMS
#resource_weights.sql

Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/top_cms.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# Top CMS platforms, compared to 2020
# top_cms.sql
SELECT
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/top_cms_by_geo.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# CMS popularity per geo
# top_cms_by_geo.sql
WITH geo_summary AS (
Expand Down
1 change: 0 additions & 1 deletion sql/2025/cms/top_cms_by_rank.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#standardSQL
# CMS adoption per rank
# top_cms_by_rank.sql

Expand Down
Loading