Node status
Edge node reachable — serving cached and origin content.
What this node handles
Bundles
Fingerprinted CSS and JS bundles under /static/, served with long cache lifetimes.
Cache tiers
Edge cache in front of origin storage, with conditional requests honored on revalidation.
Compression
Text assets are served pre-compressed where the client advertises support.
Path layout
Assets are addressed by content hash, so a path is immutable once published.
Caching behaviour
| Static bundles | Cached indefinitely, invalidated by filename hash change |
|---|---|
| HTML documents | Short cache lifetime, revalidated on each request |
| Compression | gzip / br, negotiated per request |
| Transport | HTTP/2, TLS terminated at the edge |
Details
This node does not serve dynamic or user-specific content. Requests outside the known asset paths fall back to a plain 404 response.