when deflate is enabled, please also compress CSS and JS by default?
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: apache2
I was surprised to find that the deflate module automatically
compresses HTML, XML and text when enabled. But since it does, why
not go one step further and auto-compress all CSS and Javascript?
It's pretty much a de facto standard recommendation these days
(e.g. YSlow, webpagetest.org etc.) and I can't imagine it's any more
risky in terms of browser compatability than the existing config (or
any more of a surprise to the admin).
=== modified file 'apache2/
--- apache2/
+++ apache2/
@@ -1,3 +1,3 @@
<IfModule mod_deflate.c>
- AddOutputFilter
+ AddOutputFilter
</IfModule>
Changed in apache2 (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
I think this would need an explicit decision to de-support IE6, as far as compressed JS is concerned. (I can't remember offhand which clients couldn't handle compressed CSS; was it anything newer than Netscape 4?)
http:// www.cforcoding. com/2009/ 05/superchargin g-javascript- part-6. html
("Supercharging Javascript, Part 6: The Internet Explorer Problem")