SSR - Server Side Rendering
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
The page's HTML is generated on the server side, so the browser can display it immediately upon download, without waiting for local JavaScript to execute.
SCAFFOLDING EFFECT
Reduce cognitive load
Lower the barrier to reception. When you send a report to your boss or client, don't send a source file that requires them to 'download attachment - unzip - install fonts' to view (client-side rendering). Instead, give them a PDF or screenshot that opens immediately (server-side rendering). Keep the computational burden on your side, and give the other party the fastest first-screen experience.
Anchor fast decisions
In web engineering, the server generates the complete HTML and sends it to the client, rather than assembling it on the browser side. The mechanism is that the server produces the first-screen content.
MINIMUM ACTION
In progress 0/2Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- baike.baidu.comhttps://baike.baidu.com/item/%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AF%E6%B8%B2%E6%9F%93/61701022verified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS