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 <amp@ampcode.com>
This commit is contained in:
Peter Steinberger
2026-08-26 02:45:49 -07:00
committed by GitHub
parent d940690787
commit 0f55efc443
+3 -3
View File
@@ -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.