User Timings?
|
05-24-2014, 04:26 AM
Post: #1
|
|||
|
|||
User Timings?
Hello Patrick,
I just noticed a new purple line on our private instance of WPT labeled 'User Timings'. There also is a new metric being reported in the table that shows up for the median run labeled 'User Time'. Is this sort of a 'Time-to-interactive' per se? How is this timing determined? Thanks! Pete |
|||
05-25-2014, 08:55 PM
(This post was last modified: 05-27-2014 04:08 AM by andydavies.)
Post: #2
|
|||
|
|||
RE: User Timings?
The User Timings API (http://www.html5rocks.com/en/tutorials/w...sertiming/) allows you to mark when you reach certain points on the page.
In your example above it looks like there's a windoews.performance.mark call somewhere in the page. Andy Using WebPageTest - http://usingwpt.com/ |
|||
05-28-2014, 12:36 AM
Post: #3
|
|||
|
|||
RE: User Timings?
+1 to Andy's comment. Could be your code or being set by 3rd-party code that you include. If you hover over the triangle at the top of the waterfall it should hopefully tell you what the name of the event was.
|
|||
05-28-2014, 12:51 AM
Post: #4
|
|||
|
|||
RE: User Timings?
That's pretty sweet. So we literally could have multiple timings setup at various times during the page load for diagnostic/research purposes? The hover over function did work, in case you were wondering.
|
|||
05-28-2014, 01:27 AM
Post: #5
|
|||
|
|||
RE: User Timings?
Yep: http://blog.patrickmeenan.com/2013/07/me...ience.html
Works great for calibrating your synthetic and RUM data against each other as well. If you have multiple marks they should be called out individually and all visible (and also available in the API). |
|||
05-28-2014, 01:29 AM
Post: #6
|
|||
|
|||
RE: User Timings?
Thanks, I thought I had read something about this, but had not found it in the WPT forums. Nice to confirm that
![]() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)