Knowledge/Domain
Where code runs, what ships, and what the browser does with it.
22 notes, plus everything one link away
Drag to pan · hold ⌘/ctrl and scroll — or pinch — to zoom.
Most connected first
Producing a page's HTML on the server so the first response is already content.
Web Platform·18 connections
The directed graph of imports that decides what code ends up where.
Web Platform·16 connections
A committed numeric ceiling on a page's cost, enforced automatically.
Components that execute only on the server and never ship their code to the browser.
Rendering a page as static HTML with small independently interactive regions.
Web Platform·15 connections
Rendering an element into a different part of the document than its logical parent.
Web Platform·14 connections
Building so the core experience works without scripts, with richer behaviour layered on top.
The tool that resolves an application's modules into the files a browser downloads.
Web Platform·12 connections
Dividing an application bundle so a page downloads only the code it needs.
Google's small set of user-centred performance metrics: loading, interactivity, and visual stability.
The live tree of objects a browser builds from a document, and the surface every UI framework writes to.
Attaching client-side behaviour to server-rendered markup without rebuilding it.
Deferring the fetch of a resource until it is needed, or until the browser is idle.
Rendering every page to a file at build time, so serving is just handing over bytes.
Deciding when a cached value has stopped being correct — famously one of the hard problems.
Web Platform·11 connections
The HTML attribute that makes an element directly editable, and the surface behind most rich-text editors.
The line in an application where execution moves from the server to the browser.
Web Platform·10 connections
Serving a cached static page while regenerating it in the background after a chosen interval.
The sequence of steps between receiving HTML and painting pixels, and everything that blocks it.
Web Platform·9 connections
Statically removing exports that nothing imports, shrinking the shipped bundle.
How custom typefaces are fetched and shown, and why the cost is easy to misattribute.
The browser rule isolating documents by scheme, host, and port, and the mechanisms for relaxing it.
Web Platform·4 connections