Commit a189189
Preconnect + preload critical path parquets (#119)
Warms the network for the two parquet files on the phase 1 critical
path so the browser starts fetching them before Cesium is parsed and
DuckDB-WASM asks for them:
- preconnect to data.isamples.org (DNS + TLS early)
- preload the res4 H3 summary (580 KB — primary cluster data)
- preload the facet summaries (2 KB — instant filter counts)
Expected win: 200-500 ms off "nav → phase 1 complete" on cold cache,
less on warm. Measured against the ?perf=1 panel from PR #118.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 656e9ed commit a189189
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
0 commit comments