Skip to main content
Optimize performance and reduce costs with caching and CDN storage.

Response Cache

Cache captures to avoid redundant processing for identical requests.

Cache Key

Caches are keyed by a hash of the full request parameters. Same URL with different options = different cache entry.

Cache Busting

Use nonce to force a fresh capture:

CDN Storage

All captures are stored on our global CDN. Configure storage duration and auto-refresh.

Permanent Captures

Store captures indefinitely for archival or permalinks.
Permanent captures are accessible via the Permalinks section in your dashboard.

Auto-Refresh

Automatically refresh captures at set intervals (minimum 6 hours).
This is useful for:
  • Monitoring pages for changes
  • Keeping cached thumbnails up-to-date
  • Scheduled archiving

Cache Response Indicator

The response includes fromCache to indicate cache status:

TTL Reference