2026-08-04 · performance / cloudflare / reliability

Defer what the first view does not need.

The useful performance work was not another minifier. It was removing non-critical work from the first interaction path.

Decorative fonts

The site changed decorative Google Fonts so they do not block the initial render. On coarse-pointer or data-saving clients, stable fallback typography can be preferable to a late visual swap.

Turnstile

The verification script is loaded when the contact form approaches the viewport instead of competing with the hero for network and main-thread time.

Ambient rendering

Continuous canvas effects were capped or disabled on constrained devices. Reduced-motion and touch profiles should not pay desktop animation costs for decoration.

Failure honesty

The contact form no longer reports success when delivery fails. Performance work that makes an error faster is not enough; the state shown to the user must remain truthful.