DPR (Dynamic Page Rendering)

noun · web architecture

1.

A web rendering architecture where pages are dynamically generated on demand upon the first user access, then cached for subsequent requests — combining the freshness of SSR with the performance of SSG.

2.

An evolution of Incremental Static Regeneration (ISR) that removes the initial build constraint by generating each page only when it is actually requested, thus optimizing deployment times and server resources.

3.

A scalability strategy adopted by high-volume platforms (e-commerce, directories, marketplaces) to serve millions of pages without monolithic builds or overloaded servers.

See also
ISRScalabilitySEOEdge Computing