Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/content/docs/sandbox/concepts/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ const processes = await sandbox.listProcesses();
// Server still running
```

## Performance

**Cold start**: 100-300ms (container initialization)
**Warm start**: \<10ms (reuse existing container)
**Network latency**: 10-50ms (edge-to-edge)

## Related resources

- [Sandbox lifecycle](/sandbox/concepts/sandboxes/) - How sandboxes are created and managed
Expand Down
Loading