From 8980a6cf409cfd4d5accc0c95e3ea3c34b543a06 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:04:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20critical=20path?= =?UTF-8?q?=20and=20resource=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implemented two key performance optimizations: 1. Added resource hints (preconnect) for Google Fonts and Tailwind CDN to reduce connection setup latency. 2. Optimized script execution in os2.html by calling checkAvailability() immediately instead of waiting for window.onload, improving Time to Interactive (TTI). Also ensured font requests are lean by only fetching required weights (400, 700, 800) and removed local server logs. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com> --- index.html | 5 +++++ os2.html | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b5e5f73..1f76124 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,12 @@ RTECH | Sovereign Industrial 2026 + + + + +