Performance: Portrait-Bilder exakt für Anzeigegröße optimiert
- Portrait-Bilder in exakten Größen: 224px, 288px, 448px, 576px - Mobile lädt jetzt ~5KB statt 30KB - Supabase-Check auf 5s verzögert (außerhalb kritischer Pfad) - Preload für exakte Portrait-Größen 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+2
-3
@@ -125,10 +125,9 @@
|
||||
<link rel="preload" href="/fonts/inter-var.woff2" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
<!-- Preload wichtiger Assets -->
|
||||
<link rel="preload" href="/portrait-300.webp" as="image" type="image/webp" fetchpriority="high" media="(max-width: 640px)" />
|
||||
<link rel="preload" href="/portrait-600.webp" as="image" type="image/webp" fetchpriority="high" media="(min-width: 641px)" />
|
||||
<link rel="preload" href="/portrait-224.webp" as="image" type="image/webp" fetchpriority="high" media="(max-width: 640px)" />
|
||||
<link rel="preload" href="/portrait-288.webp" as="image" type="image/webp" fetchpriority="high" media="(min-width: 641px)" />
|
||||
<link rel="preload" href="/header-logo.svg" as="image" />
|
||||
<link rel="preload" href="/favicon.svg" as="image" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) wird nach Cookie-Zustimmung eingefügt -->
|
||||
|
||||
Reference in New Issue
Block a user