Side navigation
#10516 closed bug (invalid)
Opened October 18, 2011 01:12AM UTC
Closed October 19, 2011 10:57AM UTC
minified and gzipped should be just minified.. it's not gzipped..
Reported by: | rofthorax@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (2)
Changed October 18, 2011 07:22AM UTC by comment:1
Changed October 19, 2011 10:57AM UTC by comment:2
component: | unfiled → misc |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
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 :)
"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?