---
titel_en: Cold starts: why the first visit takes 10 to 30 seconds
titel_nl: Koude starts: waarom het eerste bezoek 10 tot 30 seconden duurt
categorie: apps
bundels: app, verbruik
geverifieerd_op: 2026-09-13
bewijs: VERBRUIK-INVOERING.md, lib/bouwstenen/container.ts, app/pricing/page.tsx
zoekwoorden: cold start, koude start, scale to zero, slow, traag, keep warm, warm houden
---
## en
An app on the App plan scales to zero when nobody visits it. The first visit after a quiet period then starts the container, which takes 10 to 30 seconds (measured: about 22 seconds for a fresh Next app). After that, requests are answered in a fraction of a second until the app goes quiet again.

This is not an outage and the monitoring treats it that way. It is the trade-off that keeps the App plan at € 15: you only use compute while someone is there.

**Do not want to wait?** On the usage-based plan you can keep a container warm (minimum one instance), which costs about € 9 a month for the smallest size. Switching Website ⇄ usage-based is possible in your portal; from App it goes through a ticket, see [The three plans](/docs/plans/plans).

## nl
Een app op de App-bundel schaalt naar nul als niemand hem bezoekt. Het eerste bezoek na een stille periode start dan de container, en dat duurt 10 tot 30 seconden (gemeten: ongeveer 22 seconden voor een verse Next-app). Daarna worden verzoeken in een fractie van een seconde beantwoord, tot de app weer stil wordt.

Dit is geen storing en de monitoring behandelt het ook zo. Het is de afweging die de App-bundel op € 15 houdt: je gebruikt alleen rekenkracht als er iemand is.

**Niet willen wachten?** Op Verbruik kun je een container warm houden (minimaal één exemplaar), wat voor de kleinste maat ongeveer € 9 per maand kost. Wisselen Website ⇄ Verbruik kan in je portaal; vanaf App gaat het via een ticket, zie [De drie bundels](/docs/plans/plans).
