Skip to content
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

Jamstack 2021 queries #2349

Merged
merged 9 commits into from
Nov 2, 2021
Merged

Jamstack 2021 queries #2349

merged 9 commits into from
Nov 2, 2021

Conversation

denar90
Copy link
Member

@denar90 denar90 commented Sep 28, 2021

Queries for #2156
These are most of queries from 2020
I have to run them again to see if we can add anything.

  • Adoption of image formats in SSGs
  • Core Web Vitals distribution by CDNs hosted top SSGs
  • Core Web Vitals of CDNs hosted SSGs
  • Distribution of page weight, requests, and co2 grams per SSG web page
  • Lighthouse category scores per SSG
  • SSG adoptions and top SSGs YoY
  • Core Web Vitals distribution by SSG
  • Core Web Vitals performance by SSG
  • Third party bytes and requests on SSGs
  • Jamstack rank magnitude (isn't tested)

@rviscomi rviscomi added the analysis Querying the dataset label Sep 28, 2021
@rviscomi rviscomi added this to the 2021 Analysis milestone Sep 28, 2021
@rviscomi
Copy link
Member

rviscomi commented Oct 4, 2021

Hi @denar90 just checking in on your progress. Is there anything I can do to help?

@logicalphase logicalphase marked this pull request as ready for review October 8, 2021 01:55
@rviscomi rviscomi added the ASAP This issue is blocking progress label Oct 12, 2021
@rviscomi
Copy link
Member

@denar90 how's it going?

Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
@denar90
Copy link
Member Author

denar90 commented Oct 16, 2021

Testing queries...

@denar90
Copy link
Member Author

denar90 commented Oct 16, 2021

@rviscomi I've aligned queries to use July data.

sql/2021/jamstack/core_web_vitals_passing.sql Outdated Show resolved Hide resolved
sql/2021/jamstack/core_web_vitals_passing.sql Outdated Show resolved Hide resolved
app,
COUNT(DISTINCT url) AS pages,
total_pages,
COUNT(DISTINCT url) / total_pages AS pct,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the denominator here should be the number of pages for the given rank, not all pages in the dataset.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@denar90 have you had a chance to look into this?

sql/2021/jamstack/ssg_compared_to_2020.sql Outdated Show resolved Hide resolved
sql/2021/jamstack/ssg_compared_to_2020.sql Outdated Show resolved Hide resolved
denar90 and others added 4 commits October 17, 2021 22:05
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
@rviscomi
Copy link
Member

Hi @denar90 this PR is close to merging. Can you take a look at the remaining review comments?

denar90 and others added 2 commits October 26, 2021 22:03
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
@denar90 denar90 requested a review from rviscomi November 1, 2021 19:20
@rviscomi rviscomi merged commit e1513da into main Nov 2, 2021
@rviscomi rviscomi deleted the jamstack-2021-sql branch November 2, 2021 02:07
@denar90
Copy link
Member Author

denar90 commented Nov 2, 2021

@rviscomi thank you for the review 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Querying the dataset ASAP This issue is blocking progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants