OpenNext provides multiple caching layers including ISR, static generation, and R2-backed incremental cache for optimal performance on Cloudflare's edge network.
2025-12-13T04:01:11.350Z78830 secondsISR + EdgePre-built at build time, served instantly from CDN.
Static with background regeneration on schedule or demand.
Persistent cache storage using Cloudflare R2 object storage.
Cached at 300+ Cloudflare edge locations globally.
To enable R2-backed incremental cache, uncomment the configuration in open-next.config.ts:
import r2IncrementalCache from "@opennextjs/cloudflare/overrides/incremental-cache/r2-incremental-cache";
export default defineCloudflareConfig({
incrementalCache: r2IncrementalCache,
});This page is cached for 30 seconds. Refresh quickly to see cached content, or wait 30+ seconds to see fresh generation.