Optimizing TanStack Start for Cloud Run
TanStack Start runs on Nitro, and Nitro's default Node output can leave server code split across many files. On Google Cloud Run, that file fan-out can make cold starts painfully slow. Bundling the server and pre-warming Node's compile cache can dramatically improve first render time.
Ben Houston • June 20, 2026
