Skip to content

Platform2026-09-11

Each demo scene loads where it is used, not everywhere

Every scene lived in one 380,911-byte module, so a page that rendered a single demo paid for all 162 of them. The scenes are ten modules now, behind a loader map: a component detail page went from 1,112.4 KB of JavaScript to 696.2 KB, and an embed from 866.2 KB to 54.2 KB, both measured by the build report either side of the change. The per-route budgets were re-cut from the same measurement.

Measured change

-416.2 KB

JS on a component detail page — measured on batch 85 and recorded in the build report, not estimated for the log.

Entry 22 of 34. The homepage shows the same text in a list; this page exists so a single line can be linked, quoted and dated without dragging the whole log along.