Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created August 12, 2013 06:51
Show Gist options
  • Save dziudek/6208706 to your computer and use it in GitHub Desktop.
Save dziudek/6208706 to your computer and use it in GitHub Desktop.
First pain time for Chrome
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