Performance Budgets

Targets enforced in CI so regressions fail the build.

Nothing written here yet

This topic is part of the curriculum but has no questions, cards or glossary entries so far. The rest of Performance & Capacity Engineering may still cover what you are looking for.

Performance & Capacity Engineering

Neighbouring topics

Performance & Capacity

General material on performance and capacity engineering.

3 quiz 10 cards 12 terms

Latency

Distributions rather than averages, and the floors physics imposes.

No content yet

Throughput

Work completed per unit time, and why it trades against latency.

No content yet

Concurrency

Operations in flight, and the limits that are the real capacity ceiling.

No content yet

Queueing Theory

Why latency explodes as utilisation approaches capacity.

No content yet

Little's Law

L = λW, and the pool sizes it computes directly.

No content yet

Bottleneck Analysis

Finding the constraint, and expecting a second one behind it.

No content yet

Tail Latency

p99 behaviour, amplification across fan-out, and hedged requests.

No content yet

Load Testing

Realistic data, realistic mix, and a ramp rather than a step.

No content yet

Stress Testing

Pushing past target to learn what breaks first and how it fails.

No content yet

Soak Testing

Long runs that surface leaks and slow degradation.

No content yet

Capacity Modelling

Arithmetic before load tests, and headroom for failure as well as peak.

No content yet

Horizontal vs Vertical Scaling

Scale out for stateless, scale up first for stateful.

No content yet

Caching for Performance

Layer choice, hit ratio as a first-class metric, and cold-cache recovery.

No content yet

Database Performance

Plans, indexes, contention and the pool in front of the database.

No content yet

Connection Pooling

The most common hidden ceiling, and the metric nobody collects.

2 cards 1 terms

Network Performance Tuning

Keep-alive, compression, payload size and round-trip elimination.

No content yet

Profiling & Optimisation

Measuring before optimising, and optimising the dominant term.

No content yet

Peak Event Readiness

Freeze, pre-scale, shed order, warm caches and rehearse.

No content yet