Skip to content
/ timing Public
forked from kaaes/timing

Visual presentation of Navigation Timing API performance object

License

Notifications You must be signed in to change notification settings

121Room/timing

 
 

Repository files navigation

Breaking Down onLoad

This script has a form of bookmarklet and uses Navigation Timing object to present timing of different phases of loading the page by a browser. It measures everything from triggering the action (hitting enter on url bar, refreshing page or clicking a link/button) to the moment when site is fully loaded.

It is a visual presentation of the content of performance.timing object.

Adding it to your bookmarks allows you to analyze performance of every request you'd like to check out.

So far Navigation Timing API works in Firefox 7+, Chrome and IE 9+

Check out how it works here - http://kaaes.github.com/timing/

More resources:

About

Visual presentation of Navigation Timing API performance object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • HTML 38.3%
  • CSS 5.1%