Skip to content

Instantly share code, notes, and snippets.

@jpnelson
Created December 1, 2021 08:07
Show Gist options
  • Save jpnelson/a2757b63022a34914590b290385da439 to your computer and use it in GitHub Desktop.
Save jpnelson/a2757b63022a34914590b290385da439 to your computer and use it in GitHub Desktop.
// Simplified version of our FCP polyfill for client transitions
function onClientTransition() {
requestAnimationFrame(() => {
performance.measure('TTFCP');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment