Skip to content

Instantly share code, notes, and snippets.

@g-P
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g-P/fc8f6104daf8cc6ed1b9 to your computer and use it in GitHub Desktop.
Save g-P/fc8f6104daf8cc6ed1b9 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Super Heavy, But Optimized Website</title>
<meta name="description" content="A website that loads in 2.5 seconds is something you should see often!">
<link rel="dns-prefetch" href="//cdn1.example.com/">
<link rel="dns-prefetch" href="//cdn2.example.com/">
<link rel="dns-prefetch" href="//cdn3.example.com/">
<link rel="stylesheet" href="//cdn1.example.com/css/reset.css?v=4.0">
<link rel="stylesheet" href="//cdn1.example.com/css/colors.css?v=4.0">
<link rel="stylesheet" href="//cdn2.example.com/css/common.css?v=4.0">
<link rel="stylesheet" href="//cdn2.example.com/css/layout.css?v=4.0">
<link rel="stylesheet" href="//cdn3.example.com/css/navbar.css?v=4.0">
<link rel="stylesheet" href="//cdn3.example.com/css/styles.css?v=4.0">
</head>
<body>
<img src="//cdn1.example.com/images/1.jpg" />
<img src="//cdn2.example.com/images/2.jpg" />
<img src="//cdn3.example.com/images/3.jpg" />
<img src="//cdn1.example.com/images/4.jpg" />
...
...
...
<img src="//cdn1.example.com/images/139.jpg" />
<img src="//cdn2.example.com/images/140.jpg" />
<script src="//cdn1.example.com/js/jquery.js"></script>
<script src="//cdn2.example.com/js/jquery.autoload.js"></script>
<script src="//cdn2.example.com/js/jquery.carousel.js"></script>
<script src="//cdn3.example.com/js/jquery.imagegal.js"></script>
<script src="//cdn3.example.com/js/jquery.bulldoze.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment