flutter / flutter/devtools

Enhancement Request for Detailed Connection Phase Analysis in Flutter DevTools

Abierto
#8,559 0 comentarios 1 reacción 0 asignados Ver en GitHub
cost: high new feature P2 screen: network
Lenguaje dominante
Dart
Estrellas
1.7k
Forks
404
Merge medio
6 d 17 h
PR fusionados (30 d)
18

Descripción

Hello Flutter DevTools Team,

While monitoring network requests within my application using Flutter DevTools, I've noticed that the network analysis feature lacks detailed information during the connection phase of network requests, such as Socket Initialization, DNS Lookup, TCP Handshake, and SSL Handshake.

Proposed Enhancements:

Detailed Display of Connection Stages:

Display the duration of DNS Lookup, TCP Handshake, and SSL Handshake separately.
Show the Socket Initialization and the time taken to receive the first byte (TTFB).
Detailed Time Metrics:

Provide detailed timing metrics for each phase of the request lifecycle within the DevTools network section.
Visual Enhancements:

Incorporate color-coded segments in the DevTools timeline to represent different stages of the HTTP request lifecycle.
Rationale: Such enhancements would help developers identify network-related performance bottlenecks more quickly and accurately. This is especially valuable for applications that make frequent or complex network requests.

Visuals: (Optional) Attach screenshots from tools like Postman to visually demonstrate the detailed analytics provided during the connection phase.

Thank you for considering this enhancement. I believe it would greatly benefit the Flutter developer community by providing deeper insights into network performance.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.