Skip to content

Commit

Permalink
no gains from defer
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 21, 2024
1 parent adb0ace commit 242c797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
async
src="https://www.googletagmanager.com/gtag/js?id=G-4DHJEMESJD"
></script>
<script defer>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
Expand Down
2 changes: 1 addition & 1 deletion cliques.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
async
src="https://www.googletagmanager.com/gtag/js?id=G-4DHJEMESJD"
></script>
<script defer>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
async
src="https://www.googletagmanager.com/gtag/js?id=G-4DHJEMESJD"
></script>
<script defer>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
Expand Down

0 comments on commit 242c797

Please sign in to comment.