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

Missing firstMeaningfulPaint event #1960

Closed
patrickhulce opened this issue Apr 3, 2017 · 4 comments
Closed

Missing firstMeaningfulPaint event #1960

patrickhulce opened this issue Apr 3, 2017 · 4 comments

Comments

@patrickhulce
Copy link
Collaborator

This is mostly an upstream bug, but finally found a 100% reproducible case and wanted to file it.

npm run fast -- https://www.websocket.org/demos/todomvc/run/index.html#/ causes all of our perf metrics to error

@tdresser
Copy link

tdresser commented Apr 4, 2017

Can you add some more details here? Are you running into issues with the metric definitions?

@patrickhulce
Copy link
Collaborator Author

@tdresser all of our metrics rely on fMP as the start of our window and this site is routinely missing fMP in the trace when run with Lighthouse. It must have to do with the specific combination of trace categories we use or some other setting specific to Lighthouse as I can't reproduce the behavior in Canary using the Performance tab. Also worth noting that screenshots are always missing as well.

Here's a sample trace from a run on that site, but every run of Lighthouse produces a similar result.
https://drive.google.com/open?id=0B_6m1yW__xllclEwakp5clQyazA

@tdresser
Copy link

tdresser commented Apr 4, 2017

Thanks - if this is working in the performance tab, it probably doesn't make sense for me to dig in.

@patrickhulce
Copy link
Collaborator Author

patrickhulce commented Apr 4, 2017

Well this is considerably less exciting, my shell was adding a slash before the # whenever the URL was pasted causing https://www.websocket.org/demos/todomvc/run/index.html/#/ to be loaded instead which is indeed a blank page that does not have fMP fired.

🤦‍♂️

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

3 participants