Skip to content

Instantly share code, notes, and snippets.

@hideya
Last active May 16, 2018 05:59
Show Gist options
  • Save hideya/8996e0f3f197203e114e8c3d9c2273f5 to your computer and use it in GitHub Desktop.
Save hideya/8996e0f3f197203e114e8c3d9c2273f5 to your computer and use it in GitHub Desktop.
window.addEventListener("load", function() {
var perfData = window.performance.timing;
var renderTime = perfData.domComplete - perfData.domLoading;
console.log(renderTime);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment