Click Button
Follow a simple action out to the server and back to the screen.
Stages
- Browser
- DOM
- JS
- State
- HTTP
- DNS
- TLS
- CDN
- Gateway
- Server
- Response
- Render
Each example is a real scenario you can run in FlowTrace. Launch the simulation to watch the request travel through every stage in 3D.
Follow a simple action out to the server and back to the screen.
Stages
Follow the request through validation, gateway, auth, server, database and back to render.
Stages
Authenticate a user and look up their record in the database.
Stages
An optimistic update that touches the cache and writes to the database.
Stages
A read that checks the cache before reaching the database.
Stages
A write that hands part of the work to a background queue.
Stages
A request that fails at the server so you can see how errors surface.
Stages
A response served from the edge and cache without touching the database.
Stages
Curious what each stage means? See how it works