API Route Cycle
Trigger a cycle via a named form action, demonstrating the fetch-based API pattern.
Visualize the complete SvelteKit request lifecycle — from user input through server, domain, and database.
Trigger a cycle via a named form action, demonstrating the fetch-based API pattern.
| Step | Start (ms) | Duration (ms) | Status |
|---|---|---|---|
| Browser | 0 | 0 | pending |
| Network | 0 | 0 | pending |
| Server | 0 | 0 | pending |
| Domain | 0 | 0 | pending |
| Database | 0 | 0 | pending |
| Response | 0 | 0 | pending |
Think this pattern could be better? Tell us how.
Leave feedback