[go: nahoru, domu]

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

core: add TBT savings to bootup-time #15431

Merged
merged 4 commits into from
Sep 6, 2023
Merged

core: add TBT savings to bootup-time #15431

merged 4 commits into from
Sep 6, 2023

Conversation

adamraine
Copy link
Member

Similar to DOM size this computes TBT impact based on the subset of main tasks with relevant group ids.

@adamraine adamraine requested a review from a team as a code owner August 31, 2023 22:16
@adamraine adamraine requested review from brendankenny and removed request for a team August 31, 2023 22:16

try {
const metricComputationData = Audit.makeMetricComputationDataInput(artifacts, context);
const tasks = await TBTImpactTasks.request(metricComputationData, context);
Copy link
Member Author

Choose a reason for hiding this comment

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

In theory it would be better to compute these tasks once and use them for normal procedure on this audit. Unfortunately this would break one of our test cases which asserts this audit get's no data for a bad trace.

I'm open to changing that logic, it means this audit would error whenever TBT errors which seems reasonable to me. It didn't seem important enough just to make the code neater IMO.

@adamraine adamraine changed the title core: add TBT savings to bootup-time core: add TBT savings to bootup-time Sep 5, 2023
@adamraine adamraine merged commit 644e052 into main Sep 6, 2023
29 checks passed
@adamraine adamraine deleted the bootup-time-savings branch September 6, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants