Two things that bite: Brotli compression removes Content-Length, so a
byte-accurate download progress bar needs the expected size hardcoded or
Content-Encoding-aware handling; and the Hobby tier's 100 MB static
upload ceiling should be tested against rather than assumed, since the
wasm bundle plus example networks could approach it.
Checked against main @ faec848. Worth checking now rather than later: the committed studio wasm is already ~18 MB (crates/gridwright-studio/pkg/gridwright_studio_bg.wasm), and the example networks are growing — examples/eu-grid.json is the pan-European extract.
Source: TODO.md line 3031 — Interface › Hosting
Two things that bite: Brotli compression removes
Content-Length, so abyte-accurate download progress bar needs the expected size hardcoded or
Content-Encoding-aware handling; and the Hobby tier's 100 MB staticupload ceiling should be tested against rather than assumed, since the
wasm bundle plus example networks could approach it.
Checked against
main@faec848. Worth checking now rather than later: the committed studio wasm is already ~18 MB (crates/gridwright-studio/pkg/gridwright_studio_bg.wasm), and the example networks are growing —examples/eu-grid.jsonis the pan-European extract.Source:
TODO.mdline 3031 — Interface › Hosting