Skip to content

Instantly share code, notes, and snippets.

@nuc
Last active July 2, 2018 14:03
Show Gist options
  • Select an option

  • Save nuc/02a11d72fa96bc57df9cfe35e51934f1 to your computer and use it in GitHub Desktop.

Select an option

Save nuc/02a11d72fa96bc57df9cfe35e51934f1 to your computer and use it in GitHub Desktop.
<link rel="prefetch" href="index.html" />
function getTimeToInteractive() {
const domInteractive = window.performance.timing.domInteractive;
const requestStart = window.performance.timing.requestStart;
return domInteractive - requestStart;
}
function getResourceEntries() {
return window.performance.getEntriesByType('resource') || [];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment