Files
pipecat/changelog/3881.added.md
2026-03-02 13:10:09 -05:00

2 lines
351 B
Markdown

- Added `StartupTimingObserver` for measuring how long each processor's `start()` method takes during pipeline startup. Also measures transport readiness — the time from `StartFrame` to first client connection — via the `on_transport_readiness_measured` event. Useful for diagnosing cold start slowness and identifying initialization bottlenecks.