From 6226a1f6aac4c8b031678f58397df763dc003e36 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 13:57:38 +0000 Subject: [PATCH] bolt: optimize asset loading and script execution timing - Added preconnect and dns-prefetch resource hints for Google Fonts. - Switched to variable font weights for JetBrains Mono to ensure full coverage and efficiency. - Optimized os2.html by invoking the availability check immediately rather than waiting for window.onload. - Added comments explaining the performance rationale. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com> --- index.html | 7 ++++++- os2.html | 11 +++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b5e5f73..3c2bd38 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,13 @@