Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0663

SSR - Server Side Rendering

SSR - Server Side Rendering
Learn & MetacognitionHigh supportCognitive Science
Included
account_tree

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

psychology

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

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/2

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    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/61701022ZH · Explicit
    verified

RELATED MODELS