- Change Duration from network transfer time to client-side time - Duration = Total Response Time - Server Latency - This includes queuing, DNS, connection, SSL, and download time - Excludes server processing time, giving clearer client-side optimization insights - Add downloadTime field for pure response body transfer time - Update tooltip definition to reflect new calculation meaning Mathematical verification: - Total Response Time = Queue + DNS + Connection + SSL + Server + Download - Server Latency = Server processing time only - Duration = Total - Server = Queue + DNS + Connection + SSL + Download This provides more meaningful client-side performance metrics for optimization. Duration now represents time the browser spends vs. time the server spends. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.. | ||
httprequestviewer | ||
shared | ||
PhaseViewer.tsx | ||
RequestDebugger.tsx | ||
TraceSelector.tsx | ||
TraceStats.tsx | ||
TraceUpload.tsx | ||
TraceViewer.tsx |