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

Unexpected changes on main thread work from 11.6.0 to 11.7.1 #15945

Open
mathdecastilho opened this issue Apr 15, 2024 · 3 comments
Open

Unexpected changes on main thread work from 11.6.0 to 11.7.1 #15945

mathdecastilho opened this issue Apr 15, 2024 · 3 comments

Comments

@mathdecastilho
Copy link

mathdecastilho commented Apr 15, 2024

I don't know if it is related to the issue: #15896 (comment)

Summary
My team noticed a change in our page's score (which was decreased) on CalibreApp (a Saas that uses lighthouse to daily check page performance), it just happened from one day to another.
We investigated a lot and didn't find where this problem occurs in our code base. We also tried to roll back our app to an older version, from before the date that our score changed and it doesn't change it at all.
Investigating more we found that Calibre just upgraded the Lighthouse (with Chrome) to version 11.7.1 and the day before was used 11.6.0 to generate the score.
The main-thread working time is just taking twice as long as before.
We decided to test using the CLI on a Macbook Air M1 16GB and noticed the same pattern, changing from 11.6.0 to 11.7.1.
Here are some numbers:

Description 11.6.0 11.7.1
Lighthouse cli Screenshot 2024-04-15 at 14 19 06 Screenshot 2024-04-15 at 14 19 37
Lighhouse cli Screenshot 2024-04-15 at 14 19 24 Screenshot 2024-04-15 at 14 19 50
CalibreApp Screenshot 2024-04-15 at 14 23 43 Screenshot 2024-04-15 at 14 23 56

About our application: we use Vue 2, with Nuxt 2, in the latest version.
If you want to test using our app, you can create a trial account: https://app.zazos.com/en

@connorjclark
Copy link
Collaborator

Can you double check your provided version numbers? Lighthouse is on 11.7.1

@mathdecastilho
Copy link
Author

Can you double check your provided version numbers? Lighthouse is on 11.7.1

I'm sorry, it was a typo, I'm referring to versions 11.7.1 and 11.6.0

@mathdecastilho mathdecastilho changed the title Unexpected changes on main thread work from 1.6.0 to 1.7.1 Unexpected changes on main thread work from 11.6.0 to 11.7.1 Apr 15, 2024
@adamraine
Copy link
Member

Just running https://app.zazos.com/en using Lighthouse CLI locally doesn't produce a significant difference in TBT. Are you sure the Chrome version being used did not change as well?

That could be a contributing factor as seen in #15896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants