Questions tagged [navigation-timing-api]

The Navigation Timing API provides data that can be used to measure the performance of a website. There are many measured events given in milliseconds that can be accessed through the window.performance.timing object.

52 questions
0
votes
1 answer

Are NavigationTiming properties available in UserTiming measure?

Is it possible to use the NavigationTiming properties when using measure in the UserTiming API? In other words, is the following according to spec? window.performance.mark('foo'); window.performance.measure('myMeasurement', 'fetchStart',…
jshalvi
  • 72
  • 3
0
votes
2 answers

Type cast error when I cast webdriver javascriptExecutor to Dictionary

All, I am trying to use Navigation Timing API in my webdriver project. This is what I tried but it throws error public static Dictionary getTimingAPI(){ try{ Dictionary dict = new Hashtable
bijumanvya
  • 31
  • 1
  • 2
  • 7
0
votes
0 answers

Implementing a page load performance directive in AngularJS

I am very new with AngularJS so I need quite some pointing in the right direction. The task is to create some kind of widget that displays how much time it takes from any user action until the requested page finishes rendering. We are going to be…
Sergio Romero
  • 6,477
  • 11
  • 41
  • 71
0
votes
0 answers

Create a link dynamically and return back to my page after download

I have a html page which takes a url to a file as input from the user. Now I intend to generate a download link dynamically which is straight forward. But I also want to capture the timing information link we get from Performance Timing API using…
Adi GuN
  • 1,244
  • 3
  • 16
  • 38
0
votes
2 answers

In which Navigation timing stage webpage get displayed?

The performance.timing stores the timing of the various events' that happen during the webpage loading: (source: dvcs.w3.org) And I learned that HTML tags get parsed and