Skip to content

Instantly share code, notes, and snippets.

@pocotan001
Created May 9, 2013 04:58
Show Gist options
  • Save pocotan001/5545645 to your computer and use it in GitHub Desktop.
Save pocotan001/5545645 to your computer and use it in GitHub Desktop.
First paint
var fp = chrome.loadTimes().firstPaintTime - chrome.loadTimes().startLoadTime;
console.log('First paint: ' + fp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment