From de9fefb9998bb51f13dae6e4bbbe52f380a92296 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 7 Feb 2026 15:43:07 -0800 Subject: [PATCH] Improve Lighthouse LCP and accessibility scores (#23) Preload the LCP image (install.webp) from the HTML and add fetchpriority="high" so the browser discovers it before JS executes. Use a
landmark for the primary content container to satisfy the "document has a main landmark" accessibility audit. --- index.html | 1 + src/App.svelte | 4 ++-- src/lib/TopContent.svelte | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 84581ed..fa28b86 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ +