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

TracingStartedInPage event not found. #3

Closed
hemanth opened this issue Aug 25, 2016 · 3 comments
Closed

TracingStartedInPage event not found. #3

hemanth opened this issue Aug 25, 2016 · 3 comments

Comments

@hemanth
Copy link

hemanth commented Aug 25, 2016

Just noticed:

$ pwmetrics https://jsfeatures.in
Event RendererMain.START_MSG_LOOP has already been started
Event RendererMain.START_MSG_LOOP has already been started
TracingStartedInPage event not found.
Sorry, Visually Complete 85% metric is unavailable

Looks like it's something to do with user-timings

@paulirish
Copy link
Owner

Filed GoogleChrome/lighthouse#617 upstream to tackle part of this.

Interesting that you get the start_msg_loop log, but that's a bug on the devtools side we need to sort out.
Did you have any results at all on this run?

@hemanth
Copy link
Author

hemanth commented Aug 30, 2016

$ pwmetrics --json https://jsfeatures.in
{
  "timings": [
    {
      "name": "First Contentful Paint",
      "value": 1875.337
    },
    {
      "name": "First Meaningful Paint",
      "value": 1970.7
    },
    {
      "name": "Median Visual Completion",
      "value": 1997
    },
    {
      "name": "First Visual Change",
      "value": 1917
    },
    {
      "name": "Visually Complete 100%",
      "value": 2004
    },
    {
      "name": "Time to Interactive",
      "value": -1
    },
    {
      "name": "Visually Complete 85%"
    },
    {
      "name": "Navigation Start",
      "value": 0
    }
  ],
  "timestamps": [
    303915241.28
  ]
}

image

From nmow ;)

@paulirish
Copy link
Owner

probably addressed now.

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

No branches or pull requests

2 participants