Skip to content

Chrome extension to display page load time and other statistics

Notifications You must be signed in to change notification settings

neilkumar/pageloadtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOAL: to make an equivalent of firefox's lori plugin

Using webkitPerformance object, see:

http://webtimingdemo.appspot.com/

and

http://dev.w3.org/2006/webapi/WebTiming/

LORI displays:

* TTFB: how long it took to see the first byte from remote server (from click to first byte received). This value gives a rough estimate on when the browser can start laying out the content.

* TTC: how long it took to display the page (from click to complete drawing of the page)

* Page size (number of bytes used to display the page): this value includes both bytes fetched from network and bytes fetched from the browser's cache.

* Number of requests: number of requests used to fetch the page's content (images, style-sheet, javascript ....). Again, this value include both network requests and cache requests.





ICON borrowed from: http://www.iconarchive.com/show/tulliana-2-icons-by-umut-pulat/k-timer-icon.html

About

Chrome extension to display page load time and other statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published