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!
(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)
You can visit the two deployments below to see the feature in action.
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.
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.