-
-
Notifications
You must be signed in to change notification settings - Fork 196
Page weight sql queries 2025 #4143
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
Page weight sql queries 2025 #4143
Conversation
Sync from Main
Sync from main
…mart/almanac.httparchive.org into page-weight-sql-queries-2025
catch up from main
…mart/almanac.httparchive.org into page-weight-sql-queries-2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM. However with the move to JSON columns we can access fields directly (except when dashes are used, in which case need to use array-like accessors).
Also CrUX data is page-level. Just make sure that's what you want. And willing to live with some sites not having this.
Let me know when ready to merge.
simplify JSON access Co-authored-by: Barry Pollard <[email protected]>
I am ready from my side. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can I merge?
Happy my end! |
Cheers @dwsmart . Excellent work as always. Feel free to open follow up PRs as necessary as the chapter progresses. |
Makes progress on #4081
The SQL queries for the 2025 Page Weight Chapter