Closed
Bug 975003
Opened 11 years ago
Closed 5 years ago
Investigate gzipping packets on the remote transport
Categories
(DevTools :: Debugger, task, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Maybe this will be a performance win? Should probably be configurable by the client somehow; maybe a request to the root actor. Shouldn't gzip for the local transport because that is just extra overhead.
We need numbers!
Imagining that instead of
<number of bytes>:<json packet>
we would have
<number of gzipped bytes>:<gzipped json packet>
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Blocks: dbg-server
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Type: defect → task
Updated•6 years ago
|
Priority: P3 → P5
Comment 1•5 years ago
|
||
Julian, can we close this, or move it to the framework component if we care?
Flags: needinfo?(jdescottes)
Comment 2•5 years ago
|
||
Let's close this, there's no clear incentive to implement this right now. Thanks for the ping!
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(jdescottes)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•