Performance Metrics
Performance Metrics
Every action timed to the millisecond. See exactly where slowdowns occur with a full step-by-step timeline.
What gets measured
LazyHippo records wall-clock timing for every step: page loads, form fills, button clicks, redirects, email waits, and API responses. The report shows a full timeline so you can spot exactly where slowdowns occur.
For pressure tests, you get aggregate metrics across all concurrent sessions: p50, p95, p99 latencies, error rates, and throughput over time.
Example timing output
log
Step 1: Navigate to /signup .............. 1,240ms
Step 2: Fill signup form .................. 380ms
Step 3: Submit form ....................... 890ms
Step 4: Wait for email .................. 2,300ms
Step 5: Click confirmation link ........... 450ms
Step 6: Navigate to /login ................ 620ms
Step 7: Fill login form ................... 290ms
Step 8: Submit login ...................... 780ms
──────────────────────────────────────────────────
Total .................................... 6,950msPressure test aggregates
When running pressure tests, the report includes aggregate statistics:
Aggregate metrics (100 concurrent users)
log
Sessions completed: 97/100
Sessions failed: 3/100
Signup latency:
p50 ..... 1,180ms
p95 ..... 2,340ms
p99 ..... 4,100ms
Login latency:
p50 ..... 680ms
p95 ..... 1,520ms
p99 ..... 2,900ms
Errors:
409 Conflict ........ 2 (duplicate email race)
504 Gateway Timeout .. 1 (signup under load)