Skip to content

Make client-side loading times easy to find by adding them directly to your page. Adds a little icon in the top-left corner displaying the total page-load time based on the Navigation Timing spec. Click on the icon to see details.

Notifications You must be signed in to change notification settings

tmadge/ClientSideTiming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

***
Supported browsers:
Chrome 
IE9+ 

Any others not listed here but have implemented the Navigation Spec will work too
***



To install disabled by default

Add this to <head> in any page you want tracked:

  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  <script type="text/javascript" src="http://your.domain.com/Scripts/ClientTiming.js"></script>

Then to enable, browse to your page and add "enableCST=1" to the URL.




To install enabled by default:

Add this to <head> in any page you want tracked:

  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  <script type="text/javascript" src="http://your.domain.com/Scripts/ClientTiming.js" cst_enabledByDefault></script>


About

Make client-side loading times easy to find by adding them directly to your page. Adds a little icon in the top-left corner displaying the total page-load time based on the Navigation Timing spec. Click on the icon to see details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published