Performance Tuning¶
Start With Evidence¶
- prove the target cycle time
- capture the actual cycle time or delay
- reduce the problem to one project, task, or backend
First Pages To Use¶
Typical Questions¶
- is the logic itself slow?
- is the I/O/backend path the bottleneck?
- is the deployment host underpowered or overloaded?