The Potter's Unglazed Clay: On the Essential Nakedness of an Early Core

There is a quiet, pivotal moment in the potter’s studio that happens long before the kiln is fired or the glaze is applied. It is the moment when the potter steps back from the wheel to examine the raw, leather-hard clay. This ‘greenware’ is both fragile and honest. Its form is visible, its structure is set, but it stands utterly unadorned. A crack here, a wobble there—any flaw in the foundational form is glaringly obvious. The wise potter understands that if the vessel is not sound at this stage, no amount of decorative glaze can ever truly save it. It is a lesson in the power of the essential, naked state.

In our digital craft, we face a similar moment of truth with Core Web Vitals, specifically Largest Contentful Paint (LCP). We are, in effect, presenting our users with the ‘greenware’ of our pages. The LCP metric marks the moment the main content of the page is plausibly ready, the point at which the page’s primary ‘form’ is established. It is the unglazed version of the user experience. When this moment arrives quickly, the user perceives a page that is useful, even if it is not yet fully polished. The typography might not be perfect, the secondary images may still be loading, but the core vessel is intact. The user has something substantive to engage with.

Too often, however, we act like impatient apprentices, eager to jump to the glazing. We load scripts for complex interactivity, we fetch non-critical images, we initiate third-party analytics—all before our ‘greenware’ has had a chance to set. We are decorating a pot that is still collapsing under its own weight. The user is left staring at a blank screen or, worse, a shifting layout, as our foundational elements fight for bandwidth with the decorative ones. The result is a perception of slowness and instability, a cracked foundation that no subsequent splash of color can adequately conceal.

The potter’s discipline, then, is one of ruthless prioritization of the core form. In our context, this translates to a fanatical focus on what constitutes the true ‘clay’ of our page. Is it a hero image? A block of text? A product video? Whatever it is, its journey from server to screen must be unimpeded. This demands deferral and delay—not of the core, but of everything else. It means strategically lazy-loading images that fall outside the initial viewport, pruning and deferring JavaScript that is not essential for painting the primary content, and perhaps most importantly, questioning every single resource that contends for attention before the LCP milestone is achieved.

By borrowing the potter’s respect for the unglazed state, we learn to value substance over sheen, at least initially. We learn that the most beautiful, intricate glaze is meaningless if the pot beneath it is flawed. Our goal is not to present a barren page, but to master the sequence. First, present a solid, coherent, and stable core. Let the user feel the quality of the clay. Then, and only then, begin the careful, layered process of applying the glaze—the typefaces, the hover effects, the secondary content. In doing so, we build not just for speed, but for a deeper sense of integrity, one where the experience feels solid from its very first, unadorned moment.

Notes & further reading

A few pages I came back to while writing this: