Konrad Kowalski (rootsher)Principal Platform & Reliability Architect000000101010000100001101010111110001011000101001

Waterfall

posts (2)

  1. Frontend Rendering: from server-side pages to hybrid rendering5/17

    SSR returns: the server renders HTML again

    The server renders the first view not to make the frontend disappear, but to make content exist earlier. The rest of the cost stays on the client.

  2. Frontend Rendering: from server-side pages to hybrid rendering4/17

    The cost of shipping the application to the browser

    Transfer size is the first cost, not the only one. What counts is the work the device must do before the application becomes usable.