Title: [Plugin: CSS-JS-Booster] css compressed, js not
Last modified: August 19, 2016

---

# [Plugin: CSS-JS-Booster] css compressed, js not

 *  Resolved [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/)
 * when looking at firebug ‘net’ output, i noticed that the output of booster_css.
   php is compressed (gzip), but the javascript of booster_js.php is not.
 * doing a dump of response headers in lynx confirms:
 * > # lynx -dump -head “[http://blog.futtta.be/wp-content/plugins/css-js-booster/booster_js.php?dir=](http://blog.futtta.be/wp-content/plugins/css-js-booster/booster_js.php?dir=)../
   > audio-player/assets/audio-player.js,booster_cache/5840b5ad82febee045c9fb184c12853d_plain.
   > js,../lifestream/lifestream.js&js_minify=0&nocache=1264649632”
   >  HTTP/1.1 200
   > OK Date: Wed, 17 Mar 2010 12:19:10 GMT Server: Apache Cache-Control: max-age
   > =2592000, public Expires: Thu, 15 Apr 2010 23:19:10 GMT Connection: close Content-
   > Type: text/javascript
   > # lynx -dump -head “[http://blog.futtta.be/wp-content/plugins/css-js-booster/booster_css.php?dir=](http://blog.futtta.be/wp-content/plugins/css-js-booster/booster_css.php?dir=)../../
   > themes/journalist/style.css,../sociable/sociable.css,../lifestream/themes/default/
   > media/lifestream.css&nocache=1264417257”
   >  HTTP/1.1 200 OK Date: Wed, 17 Mar
   > 2010 12:19:14 GMT Server: Apache Cache-Control: max-age=2592000, public Expires:
   > Thu, 15 Apr 2010 23:19:14 GMT Vary: Accept-Encoding Content-Encoding: gzip 
   > Content-Length: 20 Connection: close Content-Type: text/css
 * any idea what is going wrong?
 * [http://wordpress.org/extend/plugins/css-js-booster/](http://wordpress.org/extend/plugins/css-js-booster/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/#post-1428783)
 * for those wanting to check for themselves; my blog is at [http://blog.futtta.be/](http://blog.futtta.be/),
   check the output of firebug (or a similar tool) to see the difference in http
   response headers for booster_js.php and booster_css.php.
 *  [Schepp](https://wordpress.org/support/users/schepp/)
 * (@schepp)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/#post-1428784)
 * That’s a real good question. On my test-wordpress-blog here, it works. And it
   should work the same way as the CSS-part, as they both share a the same commands
   in regards to GZIP-compresion. So I suppose there must be some local thing, like
   an interference with some other plugin or a maybe an .htaccess-command or so.
   Perhaps you can dig a bit deeper and find the trigger for this behavior?
 *  Thread Starter [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/#post-1428791)
 * ok, went digging found the problem: it was located in .htaccess indeed!
 * following config guidelines from wp-super-cache i wanted to disable php output
   compression (cfr. [q21 in wp super cache faq](http://wordpress.org/extend/plugins/wp-super-cache/faq/))
   and added
 * `php_flag zlib.output_compression off`
 * to my .htaccess. removing that line fixes the problem as described above. still..
   weird that this setting affects booster_js.php and not booster_css.php, no?
 *  [Schepp](https://wordpress.org/support/users/schepp/)
 * (@schepp)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/#post-1428880)
 * You are right, it would be logical that it is the same for booster_js.php and
   not booster_css.php. Don’t know what happended there.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: CSS-JS-Booster] css compressed, js not’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [Schepp](https://wordpress.org/support/users/schepp/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-css-js-booster-css-compressed-js-not/#post-1428880)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
