Skip to main content

Bug Tracker

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 anonymous comment:1

"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?

Changed October 19, 2011 10:57AM UTC by addyosmani comment:2

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

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 :)