-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Performance 2024 Queries #3712
Performance 2024 Queries #3712
Conversation
These tests seem to calculate their own web core vitals data, rather than just using the score that is provided by Google Lighthouse. Is there a reason to calculate them separately? I think it could be easily added to so that we're pulling the performance data at the same time as accessibility sql/2024/accessibility/lighthouse_a11y_score.sql |
Fixing Linter error - Files must end with a single trailing newline.
Fixing linter error
Fixing linter
Fixing linter error
adding spaces.
Sorry I didn't notice this earlier. We should not be calculating our own web vitals data but either using the page-level data from |
@kevinfarrugia is this good to merge now? |
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.
Overall LGTM but a count of comments. Let me know when good to merge.
Makes progress on #3602