Modify ↓
Ticket #10516 (closed bug: invalid)
minified and gzipped should be just minified.. it's not gzipped..
| Reported by: | rofthorax@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.7b2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Your website says get uncompressed development or get minified and gzipped production version, and the production version is only minified.. If it was gzipped it would end up on my browser as gzip compressed, unless somehow the gzip compression is getting unwrapped by the browser before it is shown..
I'm using Mozilla Firefox for Linux Mint 11.
Change History
comment:2 Changed 20 months ago by addyosmani
- Priority changed from undecided to low
- Resolution set to invalid
- Status changed from new to closed
- Component changed from unfiled to misc
Closing as invalid. The current behaviour is exactly what we expect browsers to experience. Please read up further on how gzipping content works in practice :)
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

"unless somehow the gzip compression is getting unwrapped by the browser before it is shown.."
That's exactly what is supposed to happen. Otherwise, what's the point of gzip'ing your webpages/resources if the end user just sees a bunch of gobbledegook that they have to somehow know to deflate before their browser displays the real content?