I have to capture the client data about its navigation i.e. the response time of my page and other data parameters which are in Navigation timing API, but i am able to do that only for firefox and chrome. SO can anyone tell me how to get those on Safari and Opera or some alternate mechanism which can be implemented to do so.
Navigation Timing API implementation in opera and safari
759 views Asked by blackhole At
2
There are 2 answers
0
On
For browsers that don't support the Navigation Timing API, there is the Boomerang open source project. This was originally a yahoo project from several years ago but now appears to be maintained by the same person after he left Yahoo.
There may be others which provide similar features, but this one appears to have a lot of users over several years and is actively maintained.
As this is a fairly old question, maybe you can also update us with any additional information you've uncovered since then.
Here's a polyfill for it from one of the w3c guys who worked on the spec: http://nicj.net/usertiming-js/