Revision Sheet
Runtime Cost
JavaScript cost includes download, parsing, execution, hydration, and main-thread contention, so route-level bundle ownership matters.
Loading Strategy
Load current-route essentials immediately, prefetch likely next actions, and delay heavy rare features with stable fallbacks.
Investigation
A senior performance workflow moves from field signal to lab reproduction, bottleneck classification, targeted fix, verification, and guardrail.