Skip to content

Commit cb08b4a

Browse files
authored
Profiling, benchmarking instrumentation and optimization plan (#322)
* Add Server-Timing instrumentation and optimization plan Introduce RequestTimer for per-request phase tracking (init, backend, process, total) exposed via Server-Timing response headers. Add benchmark tooling with --profile mode for collecting timing data. Document phased optimization plan covering streaming architecture, code-level fixes, and open design questions for team review.
1 parent c972674 commit cb08b4a

4 files changed

Lines changed: 1283 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ src/*.html
2626

2727
# SSL certificates
2828
*.pem
29+
30+
/guest-profiles
31+
/benchmark-results/**

0 commit comments

Comments
 (0)