docs: rank the two size items in the work order
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -613,14 +613,16 @@ assertion on top.
|
|||||||
Ranked by return, not by size. The first item changes the cost of every item
|
Ranked by return, not by size. The first item changes the cost of every item
|
||||||
below it, which is why it is first.
|
below it, which is why it is first.
|
||||||
|
|
||||||
| # | Item | Why now |
|
| # | Item | Why now |
|
||||||
| --- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
| --- | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||||
| 1 | §2.1 dev-mode diagnostics | Changes the debugging economics of everything else. Every §1 bug would have been minutes instead of hours. |
|
| 1 | §2.1 dev-mode diagnostics | Changes the debugging economics of everything else. Every §1 bug would have been minutes instead of hours. |
|
||||||
| 2 | §2.3 reactive props | The biggest capability ceiling. Composition does not work without it. |
|
| 2 | §2.3 reactive props | The biggest capability ceiling. Composition does not work without it. |
|
||||||
| 3 | §2.6 server-rendered i18n | Contained work; the core SSR claim currently fails on text. |
|
| 3 | §2.6 server-rendered i18n | Contained work; the core SSR claim currently fails on text. |
|
||||||
| 4 | §4.2 + §4.3 dev loop | Cheap, and it compounds across every task below. |
|
| 4 | §4.2 + §4.3 dev loop | Cheap, and it compounds across every task below. |
|
||||||
| 5 | §4.1 finish the CSS migration | 66 components, mechanical, takes ~26 kB off every page. |
|
| 5 | §4.6 de-duplicate generated client modules | 490 kB decoded parsed per page, 90% of it duplicated. Codegen-only, no API impact. |
|
||||||
| 6 | §3.1 implement or delete the 22 dead outputs | Honesty. Deleting is an afternoon; implementing is scheduled work. |
|
| 6 | §4.1 finish the CSS migration | 66 components, mechanical, takes ~26 kB off every page. |
|
||||||
|
| 7 | §4.6 split controllers out of the core runtime | 6.6 kB gzipped a typical page never executes. |
|
||||||
|
| 8 | §3.1 implement or delete the 22 dead outputs | Honesty. Deleting is an afternoon; implementing is scheduled work. |
|
||||||
|
|
||||||
§2.2, §2.4 and §2.5 fold into item 1 as diagnostics first, then into item 2 as
|
§2.2, §2.4 and §2.5 fold into item 1 as diagnostics first, then into item 2 as
|
||||||
model work.
|
model work.
|
||||||
|
|||||||
Reference in New Issue
Block a user