-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Problems with mesuring slow sites #1464
Comments
One more thing. After debugging I found out that Lighthouse throws error: |
I always get a memory exception when saving the trace. I'll have a look at your results :) |
Hi @denar90 @wardpeet, I also looked into this issue and found that there could be several reasons for this (not finding a firstMeaningfulPaint event in the trace):
There could be several ways to solve the problem:
Hope that helps :) |
Thanks for the breakdown, maybe a better solution is when no fMP at all can be found we can just classify your site as slow XD |
Do you have any idea how can it be interpreted? Maybe return But I also like an idea about making |
@denar90 would you find it useful that you can change it? |
I think so. Taking as example site we are having issue with, and using webpagetest I got these results |
Looks like fixed 🎉 |
Hi. We got some issue in
pwmetrics
project, where users and me personally faced some problems usingligthouse
API for getting site metrics. So I used @paulirish suggestion and run trace stuff (cloned repo and runnode lighthouse-cli --save-assets --save-artifacts https://www.cnet.com/special-reports/jony-ive-talks-about-putting-the-apple-touch-on-the-macbook-pro/ --output=json > results.json
). I'm attaching archive with results for kindaslow
site.Hope it will help you guys.
P.S. Don't hesitate to ask me for additional info or smth.
results.zip
Thanks.
The text was updated successfully, but these errors were encountered: