Skip to content

A simple JavaScript performance timing console debugger for quickly checking page load speed (using the Navigation Timing API).

License

Notifications You must be signed in to change notification settings

chrisblakley/Performance-Timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Performance-Timing

Here is a JavaScript snippet that you can either copy and paste into your main JS file, or just put it in <script> tags on the page you want to test. It uses the Navigation Timing API to get the timestamp of each process, then converts the times to seconds by subtracting appropriate ones from the others.

About

A simple JavaScript performance timing console debugger for quickly checking page load speed (using the Navigation Timing API).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published