[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 “https://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 “https://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/cssany idea what is going wrong?
- The topic ‘[Plugin: CSS-JS-Booster] css compressed, js not’ is closed to new replies.