Partial Prerendering & CDN Support #74221
-
Hi, In the Patrial Prerendering deep div @wyattjoh hinted that Vercel will be opening up Partial Prerendering as a capability to other CDNs. This sounds incredibly exciting for my company, as due to corporate policy, we run everything on-prem. Plus from an educational standpoint it's interesting to see how static + dynamic requests could be combined in a production setting.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We're currently working towards stabilizing PPR for self hosted (without a CDN) at the moment, but we don't currently have anything to share at this time as to how PPR will function without the Vercel CDN today. Stay tuned! As for the single-request PPR implementation, the self-hosted version of Next.js does this today! The only difference on Vercel is that our CDN performs the "serve static file and then stream on dynamic response" part of it at the edge. |
Beta Was this translation helpful? Give feedback.
We're currently working towards stabilizing PPR for self hosted (without a CDN) at the moment, but we don't currently have anything to share at this time as to how PPR will function without the Vercel CDN today. Stay tuned!
As for the single-request PPR implementation, the self-hosted version of Next.js does this today! The only difference on Vercel is that our CDN performs the "serve static file and then stream on dynamic response" part of it at the edge.