You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
vvi
1d37c6bでinline-chunksの置換処理を高速化したので、Misskey frontend で再ベンチしました。変更内容
条件
perf/vvi-frontend-build8a6301fac91d37c6bv24.15.011.1.2VVI_BUILD_STRATEGY=inline-chunks pnpm --filter frontend buildの wall timepnpm build-preとpnpm --filter i18n buildを1回実行し、各 run の前にbuilt/_frontend_vite_を削除結果
1d37c6b中央値で
47.90sから24.61sになり、23.29s短縮、約48.6%改善でした。smoke check
built/_frontend_vite_/manifest.json: exists$locale.env|sfc/$l.env|sfc: 0*.ja-JP.js/*.en-US.js: 456生成物の file count とサイズは変わっていないため、今回は主に build-time work の削減です。
raw result files in workspace:
built/benchmark/frontend-build/2026-05-25T01-59-28-005Z-vvi-inline-chunks-computed.jsonbuilt/benchmark/frontend-build/2026-05-25T02-12-53-026Z-vvi-inline-chunks-planned.json関連: 前回の全 strategy 比較は #26。
All reactions