From fa5a4cf6bc15713601e6665b1f2fba83d0d1bda6 Mon Sep 17 00:00:00 2001 From: yanma Date: Thu, 30 Oct 2025 18:14:51 +0900 Subject: [PATCH 1/2] perf: minify JavaScript and HTML identifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - JSの長さ短縮 - Elementのidを "email" -> "e" - 新しいjavascript source: `with(e)href="mailto:"+(text="onekg-jn@sfc.keio.ac.jp")` --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d758b76..d78be98 100644 --- a/public/index.html +++ b/public/index.html @@ -252,7 +252,7 @@

Research


From c6f1e8361f7aeed44ed0bc45fbeab7552b473953 Mon Sep 17 00:00:00 2001 From: yanma Date: Thu, 30 Oct 2025 18:18:10 +0900 Subject: [PATCH 2/2] perf: inline WebP favicon as base64 data URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - faviconを直埋め込み - webpで元サイズを小さく - base64 - command `cwebp -resize 32 32 -q 50 -quiet -o - | base64` - 元画像のlogoはwordpressから引っ張ってきた --- public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index d78be98..022fe4f 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ KG SysNet +