Konrad Kowalski (rootsher)Principal Platform & Reliability Architect110110111100001000011000111001000010001010000001

Caching

posts (3)

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

    Partial Prerendering: one page, several clocks

    The route stops being the unit of decision. A static shell is produced earlier, dynamic fragments arrive at request time or through the stream.

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

    Revalidation and ISR: static output that expires

    ISR is not a separate rendering category but a cache with controlled inconsistency: precomputed HTML, expiration and regeneration.

  3. Frontend Rendering: from server-side pages to hybrid rendering8/17

    Deferred generation: don't build what nobody requests

    The request stops being the moment of rendering and becomes a trigger for materialising an artifact. The first user pays, everyone after gets a file.