Performance Audit for predictable speed
Baseline + bottleneck identification focused on real user journeys backed by measurable evidence.
Promise
What you get
Baseline & metrics report
Key pages/endpoints, p95/p99, error rate, and performance trends.
Bottlenecks & root-cause hypotheses
Top slow points + likely causes (API/DB/query/render/third-party) with “where to look” guidance.
Action + validation plan
Prioritized fixes (impact/effort), owner suggestions, safe test plan, and a re-test checklist to confirm improvements.
How it works
Evidence you will actually see
Evidence over opinions: every claim is backed by measured runs.
Tools & stack
Load & performance testing (k6 / JMeter)
Baselines for key journeys, p95/p99, throughput, and error rate under realistic traffic.
Frontend profiling (DevTools / Lighthouse)
Identify render/JS/asset bottlenecks and user-perceived latency (CWV signals when relevant).
API & endpoint diagnostics (Postman / curl)
Reproducible endpoint measurements, payload checks, timeout patterns, integration behavior.
Backend & DB investigation (SQL checks)
Validate slow queries, N+1 patterns, data consistency signals, and “is it the DB?” confirmations.
Monitoring & tracing (APM: Datadog / New Relic / OpenTelemetry)
Correlate slow requests across services, dependencies, and third parties with trace evidence.
CI execution & reporting (Jenkins + Git workflows)
Repeatable runs, PR-friendly evidence, and “before/after” comparisons after changes.