Performance notes for public pages
How public pages balance editable content, cacheable assets, and server-rendered HTML for fast first paint.
How public pages balance editable content, cacheable assets, and server-rendered HTML for fast first paint.
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.
Hashed assets, generated page HTML, and predictable image dimensions all help keep the public surface fast even as admins continue editing content.