← All posts Engineering

Performance notes for public pages

SA Super Admin · · 1 min read

How public pages balance editable content, cacheable assets, and server-rendered HTML for fast first paint.

Performance notes for public pages

Server-render the first view

Public pages should not need a full admin bundle to show meaningful content. Mash renders landing pages and blog pages on the server, then loads small runtime scripts only where interaction is needed.

Styles are token-driven and cacheable. The public blog uses dedicated CSS so the page remains lightweight while still matching the workspace brand settings.

Cache what is stable

Hashed assets, generated page HTML, and predictable image dimensions all help keep the public surface fast even as admins continue editing content.

Comments (0)
Already have an account? Sign in to comment as yourself.
Comments are reviewed before they appear publicly.
Be the first to leave a comment.