From 0f55efc443abcce3192522ab3575f22721d79bbb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 26 Aug 2026 02:45:49 -0700 Subject: [PATCH] fix(ci): restore Control UI startup CSS budget (#130046) Amp-Thread-ID: https://ampcode.com/threads/T-01a03d42-8db7-733e-bbff-f3d2a08071d0 Co-authored-by: Amp --- scripts/check-control-ui-performance.mts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/check-control-ui-performance.mts b/scripts/check-control-ui-performance.mts index 793255d5f26e..ab71835b4107 100644 --- a/scripts/check-control-ui-performance.mts +++ b/scripts/check-control-ui-performance.mts @@ -29,9 +29,9 @@ const controlUiPerformanceBudgets = { // 350 KiB maintainer-approved by Vyctor 2026-08-11 for #121686; // #121734 left main 6 B below the prior 319 KiB hard ceiling. startupJsGzipBytes: 350 * KIB, - // The Absolutely theme and Inbox update styling landed concurrently within - // 45 KiB alone, but their merged main tree is 46,092 B. Keep 500 B headroom. - startupCssGzipBytes: 45 * KIB + 512, + // 45 KiB CSS ceilings maintainer-approved 2026-07 alongside the interleaved + // sidebar zone styling; headroom over the ~36.5 KiB post-diet baseline. + startupCssGzipBytes: 45 * KIB, largestJsGzipBytes: 215 * KIB, // Composer multiline surface (stack #124301) legitimately grew boot CSS; // operator decision 2026-08-25 rejected boot splitting due to precedence risk.