Skip to content

Commit

Permalink
Precargar la imagen LCP para mejorar rendimiento
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoTreachi committed Dec 24, 2024
1 parent ca6d285 commit 2e334ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
]
}
</script>
<!-- LCP -->
<link rel="preload" fetchpriority="high" as="image"
href="https://res.cloudinary.com/dwqk2mkgh/image/upload/f_auto,q_auto/w_500/v1735040041/curriculum-vitae-web/profile-pic_ngjwg0.jpg">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -72,7 +75,7 @@
srcset="https://res.cloudinary.com/dwqk2mkgh/image/upload/f_auto,q_auto/w_500/v1735040041/curriculum-vitae-web/profile-pic_ngjwg0.jpg">
<img
src="https://res.cloudinary.com/dwqk2mkgh/image/upload/f_auto,q_auto/v1735040041/curriculum-vitae-web/profile-pic_ngjwg0.jpg"
alt="Avatar de Luciano Treachi" fetchpriority="high">
alt="Avatar de Luciano Treachi">
</picture>
</div>
<!-- Open Menu Button -->
Expand Down

0 comments on commit 2e334ae

Please sign in to comment.