Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.49 KB

File metadata and controls

32 lines (20 loc) · 1.49 KB

Demo: Netlify Durable Cache with Next.js

This is a Next.js site demonstrating the Netlify Durable Cache feature, released in July 2024.

This is a Next.js v14 project bootstrapped with create-next-app and set up to be instantly deployed to Netlify!

Deploy to Netlify

(If you click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify)

Demo

You can visit the two deployments below to see the feature in action.

With the Durable Cache

This deployment of the demo site has the Durable Cache feature enabled.

With the Durable Cache, valid responses cached on the CDN are always returned.

Without the Durable Cache

This deployment of the demo site has the Durable Cache feature disabled.

Without the Durable Cache, valid responses cached on the CDN may or may not be used, depending on which CDN node happens to serve subsequent requests.