Skip to content

Commit 6acc813

Browse files
minuitcinqclaude
andcommitted
perf: cut LCP/page weight and lift Lighthouse scores across the board
Sizes Sanity team-photo/logo fetches instead of pulling full-resolution originals, converts static PNGs to WebP, drops the unused image-slot.js drag-and-drop scaffold (dead weight in production), lazy-loads Blog/Financing/Ventures/BlogPost routes, and defers the Google Fonts stylesheet so it stops blocking first paint. Also adds <main> landmarks and fixes a few unlabeled form controls picked up along the way. Local Lighthouse (desktop): Performance 94->100, Accessibility 79->96, LCP 1.6s->0.5s, total page weight 1368KiB->276KiB. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 60129e2 commit 6acc813

24 files changed

Lines changed: 210 additions & 152 deletions

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,23 @@
5555

5656
<link rel="preconnect" href="https://fonts.googleapis.com" />
5757
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
58+
<link
59+
rel="preload"
60+
as="style"
61+
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Great+Vibes&display=swap"
62+
/>
5863
<link
5964
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Great+Vibes&display=swap"
6065
rel="stylesheet"
66+
media="print"
67+
onload="this.media='all'"
6168
/>
69+
<noscript>
70+
<link
71+
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Great+Vibes&display=swap"
72+
rel="stylesheet"
73+
/>
74+
</noscript>
6275

6376
<script type="application/ld+json">
6477
{
-336 KB
Binary file not shown.
15.9 KB
Loading

public/assets/catalog-crafter.png

-6.59 KB
Binary file not shown.

public/assets/catalog-crafter.webp

2.6 KB
Loading

public/assets/crewkit.png

-6.16 KB
Binary file not shown.

public/assets/crewkit.webp

2.3 KB
Loading

public/assets/crewkit_wh.png

-8.35 KB
Binary file not shown.

public/assets/crewkit_wh.webp

3.25 KB
Loading

public/assets/hero-bg.webp

47.6 KB
Loading

0 commit comments

Comments
 (0)