Bug 1629497 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The `Size` and `Transferred` columns should offer tooltips with detailed size info.

Size column:
* show size in bytes e.g. 18,7 kB (19 208 bytes)
* indicate that it's the resource size only (no headers included)

Transferred column:
* show size in bytes e.g. 18,7 kB (19 208 bytes)
* show size of request headers + also in bytes
* show size of response headers + also in bytes
* show size of the resource + also in bytes

This is something I am missing a lot.

Also, not that Chrome has column Size that show the transferred size (see the attached screenshot).

Should we work on parity here?

Honza
The `Size` and `Transferred` columns should offer tooltips with detailed size info.

Size column:
* show size in bytes e.g. 18,7 kB (19 208 bytes)
* indicate that it's the resource size only - i.e. response body (no headers included)

Transferred column:
* show size of POST data in bytes e.g. 18,7 kB (19 208 bytes)
* show size of request headers + also in bytes
* show size of response headers + also in bytes
* show size of the response body + also in bytes

This is something I am missing a lot.

Also, not that Chrome has column Size that show the transferred size (see the attached screenshot).

Should we work on parity here?

Honza
The `Size` and `Transferred` columns should offer tooltips with detailed size info.

Size column:
* show size of the resource only - i.e. response body (no headers, no post data included)

Transferred column:
* show size of POST data in bytes
* show size of request headers + also in bytes
* show size of response headers + also in bytes
* show size of the response body + also in bytes

This is something I am missing a lot.

Also, not that Chrome has column Size that show the transferred size (see the attached screenshot).

Should we work on parity here?

Honza

Back to Bug 1629497 Comment 0