From a45e384d6c0712df9982f84dd5f8a23d41bc031d Mon Sep 17 00:00:00 2001 From: theoneand33 Date: Fri, 11 Sep 2026 10:45:07 +1200 Subject: [PATCH 1/3] perf: defer ruffle.js and remove hover shadows to reduce INP latency - Defer ruffle.js to unblock HTML parsing - Increase ruffle readiness polling from 50 to 150 - Remove hover shadows from game tiles to minimize paint work --- src/components/flash.astro | 6 +++--- src/components/gametile.astro | 2 +- src/pages/index.astro | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/flash.astro b/src/components/flash.astro index 80574d1..94bd1b6 100644 --- a/src/components/flash.astro +++ b/src/components/flash.astro @@ -34,7 +34,7 @@ const { gamePath } = Astro.props; } - + +