Skip to content

Instantly share code, notes, and snippets.

@mehrad-dm
Created April 7, 2020 05:22
Show Gist options
  • Save mehrad-dm/cc4cdba4ddf0d30bebb2266ee9d2637f to your computer and use it in GitHub Desktop.
Save mehrad-dm/cc4cdba4ddf0d30bebb2266ee9d2637f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Critical Path: Measure Async</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body onload="measureCRP()">
<p>Hello <span>web performance</span> students!</p>
<div><img src="awesome-photo.jpg"></div>
<script async src="timing.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment