Commit 3c74a8f
committed
Add UI Startup lazy-loading worked example to performance-attribution
Second worked example (13.31.0 -> 13.35.x, UI Startup) demonstrating the
data-fidelity pitfalls the skill warns about, drawn from a real production
Sentry dashboard:
- High-count page-startup wins (/home, /popup, /notification, /sidepanel
p90 -54% to -69%) are verdict-grade; the UI Startup tail 'regression'
(p90 +7%, p95 +16%) rests on 30-80x thinner 13.35.x samples -> watch item.
- Two traps: anchoring 'best' on a thin superseded patch (13.34.0 @3.3M vs
13.34.1 @35M), and an unweighted baseline mixing thin + adopted releases
manufacturing a phantom regression.
- Span breakdown: Load Scripts dominates startup tail.
Generalize both lessons into skill.md (separate confirmed wins from watch
items; build baselines by adoption/weight, not release count).1 parent 4e97c4b commit 3c74a8f
2 files changed
Lines changed: 20 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments