Base44 full-stack SSR + edge cache
This page's server render sleeps 900 ms to imitate a slow data source, then sets Cache-Control: max-age=60. The Base44 dispatcher caches the rendered HTML at the edge, so after the first request every visitor gets it in a few milliseconds.
Server render time: 900 ms
Rendered at (server clock): 2026-07-07T02:46:00.344Z
Reload: a cache HIT keeps the same "rendered at" timestamp and returns instantly (see the
X-B44-Cache response header). After 60 s it re-renders (MISS) and the timestamp advances.