From ee9ccc1fb8789d02f9c1deb12b26932377eb7142 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Mon, 31 Aug 2026 16:57:49 -0500 Subject: [PATCH] appview: drop crossorigin from the imgs.blue preconnect Connections are keyed by credentials mode. The crossorigin attribute opened the imgs.blue socket in anonymous-CORS mode, but every request to that origin is a plain avatar fetch (BlobCDNURL / resizeImage) in no-cors mode, so nothing could reuse it. The browser opened a second connection anyway and Lighthouse flagged the hint as unused while still listing imgs.blue as a preconnect candidate worth ~300ms of LCP. The attribute is correct for the font preloads below, which is where it was likely copied from; comment the distinction so it stays put. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01LpqkSRqpcnAjsSZgFTUN5z --- pkg/appview/templates/components/head.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/appview/templates/components/head.html b/pkg/appview/templates/components/head.html index caed8d3..abba47a 100644 --- a/pkg/appview/templates/components/head.html +++ b/pkg/appview/templates/components/head.html @@ -12,8 +12,12 @@ - - + +