Commit 63c6360
committed
chore(audits): re-record the page module-graph baseline
The four empty-state graphics and the shared frame add **+10 modules** to each
of the five routes that render them — measured against `origin/staging`, not
against the recorded baseline:
files/[fileId] 1958 -> 1968
files 1958 -> 1968
knowledge 2167 -> 2177
logs 1727 -> 1737
tables 1817 -> 1827
The baseline itself was last recorded in #6697, and staging has drifted up to
+29 on tables since — inside the max(25, 2%) tolerance on its own, but close
enough that this +10 tipped it over. So the failure was the stale baseline
meeting a small real addition, not a heavy import. The other 29 entries move
only by that accumulated drift.
The graphics stay eagerly imported on purpose: an empty state is the first
thing a new workspace paints, and deferring ~4KB gzipped behind a chunk
request would trade a shared, already-fetched module for a visible pop on the
one screen where the product has to look like it works.1 parent c3ab60b commit 63c6360
1 file changed
Lines changed: 210 additions & 210 deletions
0 commit comments