We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4c7ad commit c28d312Copy full SHA for c28d312
src/content/docs/sandbox/concepts/architecture.mdx
@@ -125,12 +125,6 @@ const processes = await sandbox.listProcesses();
125
// Server still running
126
```
127
128
-## Performance
129
-
130
-**Cold start**: 100-300ms (container initialization)
131
-**Warm start**: \<10ms (reuse existing container)
132
-**Network latency**: 10-50ms (edge-to-edge)
133
134
## Related resources
135
136
- [Sandbox lifecycle](/sandbox/concepts/sandboxes/) - How sandboxes are created and managed
0 commit comments