Commit 620a675
Port preconnect + preload pattern to Explorer and Deep-Dive (#122)
Follows the "port-out discipline" track: once a pattern works on the
Interactive Explorer (progressive_globe, PR #119), port it to the
other two tutorial pages so they share the win.
- isamples_explorer.qmd: preconnect + preload the 2 KB facet_summaries
and 6 KB facet_cross_filter parquets (critical-path for instant
facet rendering).
- zenodo_isamples_analysis.qmd: preconnect + preload the 2 KB
facet_summaries parquet. The page's primary dataset (wide_h3, 292 MB)
is intentionally *not* preloaded — DuckDB-WASM uses HTTP range
requests, and a full preload would waste bandwidth for all visitors.
All three tutorials now benefit from the data.isamples.org Worker's
immutable cache-control (deployed 2026-04-17) — the edge caches served
via these preload fetches are durable across visits.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 68af179 commit 620a675
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments