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

Performance inconsistent #2506

Closed
gbowman2013 opened this issue Jun 15, 2017 · 3 comments
Closed

Performance inconsistent #2506

gbowman2013 opened this issue Jun 15, 2017 · 3 comments

Comments

@gbowman2013
Copy link

gbowman2013 commented Jun 15, 2017

Multiple tests return performance scores with wide variations in the same environment. I have attached JSON files (renamed .txt) demonstrating the issue:

  1. Overall performance of 39 (ccserving.com_2017-06-15_08-04-34.json)
    ccserving.com_2017-06-15_08-18-20.json.txt

  2. Overall performance score of 73 (ccserving.com_2017-06-15_08-18-20.json)
    ccserving.com_2017-06-15_08-04-34.json.txt

Some fix or explanation is needed.

@patrickhulce
Copy link
Collaborator

patrickhulce commented Jun 15, 2017

@gbowman2013 that first load looks like it was significantly different from the second load (it looks like the run ended prematurely, TTCI failed to compute which results in an automatic 0 and EIL is incredibly high suggesting there was not very much idle time after the first paint).

We'd really need the traces demonstrating the failure (the 39 in your example) to say more. You can collect a trace by running the CLI with --save-assets and uploading the .trace.json file. I've run Lighthouse several times against that URL and consistently get scores ~70.

If this is reproducible for you, it's possible Lighthouse is not waiting for CPU quiet on your machine and it will be addressed by #2473, but again a trace would help us tremendously to diagnose :)

@patrickhulce
Copy link
Collaborator

Without more information we're going to go ahead and close this, but feel free to comment with the traces if you're still experiencing this!

@warmhug
Copy link

warmhug commented Apr 10, 2018

Maybe this problem still exists...

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