-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tech Report: Technologies - major.minor versions granularity #48
Open
max-ostapenko
wants to merge
22
commits into
main
Choose a base branch
from
central-flyingfish
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
max-ostapenko
changed the title
Major versions granularity for Tech Reports
Technology major versions granularity for Tech Reports
Jan 12, 2025
max-ostapenko
changed the title
Technology major versions granularity for Tech Reports
Tech Report: Technologies - major versions granularity
Jan 12, 2025
max-ostapenko
commented
Jan 26, 2025
tunetheweb
reviewed
Jan 27, 2025
@tunetheweb @rviscomi FYI
|
max-ostapenko
changed the title
Tech Report: Technologies - major versions granularity
Tech Report: Technologies - major.minor versions granularity
Jan 30, 2025
Some test cases for the version pattern: SELECT
REGEXP_EXTRACT(version, r'(?:(?:0|[1-9])\d*)(?:\.(?:0|[1-9])\d*)?')
FROM UNNEST(['1.2.3', '01976.2.83', '0003.3.4', '0.0.1', '1.2', 'version 5.1.2', '8']) AS version 1.2 |
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.
Related to HTTPArchive/httparchive.org#984
As the aggregation changes we have new schemas, and new tables for tech report.
I placed them in
reports
dataset:tech_crux
(successor ofcore_web_vitals.technologies
)tech_report_adoption
tech_report_categories
tech_report_core_web_vitals
tech_report_lighthouse
tech_report_page_weight
tech_report_technologies
tech_report_versions
Notes:
removed a few columns from
tech_crux
(as compared tocore_web_vitals.technologies
):category
origins_with_good_cwv_2023
andorigins_with_good_cwv_2024
- deduplicated inorigins_with_good_cwv
all the metrics have 'ALL' version that aggregates at technology level and expected to match the current values:
corresponding to the current approach
tech_report_versions
has full adoption data fromcrawl.pages
andtech_report_adoption
has the smaller absolute values because of the JOIN with CrUX.example of the technology versions: