Skip to content

Commit 950e630

Browse files
committed
[Performance] Add JS Async and Defer
1 parent b233d58 commit 950e630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<title>NodeSchool</title>
11-
<script>
11+
<script async>
1212
!function(s,c,h,O,o,l){s.GoogleAnalyticsObject=h;s[h]||(s[h]=function(){
1313
(s[h].q=s[h].q||[]).push(arguments)});s[h].l=+new Date;o=c.createElement(O);
1414
l=c.getElementsByTagName(O)[0];o.src='//www.google-analytics.com/analytics.js';
@@ -18,7 +18,7 @@
1818
</script>
1919
</head>
2020
<body>
21-
<script type="text/javascript">
21+
<script defer>
2222
(function (doc, nav, ls) {
2323
if (!ls || ls.getItem('firstRedirect')) return
2424

0 commit comments

Comments
 (0)