Skip to content

Commit fa6e90d

Browse files
authored
Merge pull request #18 from CodeBoxxTechSchool/ml/performance-enhancement
perf: cut LCP/page weight and lift Lighthouse scores
2 parents 60129e2 + 6acc813 commit fa6e90d

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)