Dashboard

A dynamic page with live server information

dynamic

Rendered fresh on every request. Shows real-time server data that can't be prerendered.

BEAM Uptime

0h 7m

Process Count

434

Memory (MB)

66.2

Server Time

06:57:35 UTC

Node

demo-muddy-river-958-01KM6CY60TKM2WP7HPS2M0QVZ8@fdaa:0:bf42:a7b:15e:b8e8:4178:2

Why This Page is Dynamic

This dashboard shows live BEAM runtime data that changes every second. Prerendering would freeze these values at build time, making them useless.

Pages with user-specific content, real-time data, or request-dependent behavior should stay dynamic. PhoenixPrerender is designed to coexist: prerendered pages are intercepted by the plug, everything else passes through to Phoenix as normal.

Tip: Compare this page with /status (ISR). The status page also shows server time, but uses stale-while-revalidate — it serves cached content instantly and refreshes in the background.