Closed
Bug 571085
Opened 16 years ago
Closed 16 years ago
Have Apache gzip Tinderbox static files (especially json.js)
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: philor, Assigned: fox2mike)
References
Details
While the rather stalled bug 445041 wants to have Tinderbox create a static json.js.gz, the way that most people would deal with the desire to serve something gzipped is just to enable mod_deflate, and tell Apache to "AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript"
mod_deflate will add some server load, but, during busy times /Firefox/json.js runs around 3-4MB, and with a less than perfect connection I can't download that fast enough to beat the tinderboxpushlog 2 minute refresh, when I start downloading another, and then another, and then another simultaneous copy. Since most of json.js is thousands of "-1", it ought to be pretty darn compressible.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 1•16 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Down to 3MB today, but now it's just a couple hundred KB over the wire. Thanks!
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•