Skip to content

Tags: viditkothari/CSS-JS-Booster

Tags

1.8.1

Toggle 1.8.1's commit message
- Removed try/catch bloc karound minified JavaScript as this disables…

… all JavaScript-JIT-compilers

- Fixed the bug that the CSS-parser did not recognize rules within rules, e.g. @media print{@page{}}

- Further checks for zlib.output_compression, i.e. values like '' or 'OFF'

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.8.0

Toggle 1.8.0's commit message
Added new functionality for lazyloading CSS.

Just specify $booster->css_lazyload = TRUE;

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.7.9

Toggle 1.7.9's commit message
Fixed a cache-path problem affecting the Wordpress plugin.

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.7.8

Toggle 1.7.8's commit message
Added a fix for error when access to PHP-function "apache_get_modules…

…" is restricted.

Added different chunking strategies for CSS/JS/MHTML depending if "zlib.output_compression" or "ob_gzhandler" or no GZIP-compression is active.

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.7.7

Toggle 1.7.7's commit message
Modified check for mod_rewrite

1.7.6

Toggle 1.7.6's commit message
Fixed persisting bug where phpinfo, used solely for detection of mod_…

…rewrite, gets outputted, or destroys webpage.

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.7.5

Toggle 1.7.5's commit message
Added chunked transfer fallback method and added content length in he…

…ader.

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>

1.7.4

Toggle 1.7.4's commit message
Fixed bug where phpinfo, used solely for detection of mod_rewrite, ge…

…ts outputted.

1.7.3

Toggle 1.7.3's commit message
Implemented a much faster and more bullet proof implementation of MHT…

…ML-serving, as described here: http://www.phpied.com/the-proper-mhtml-syntax/

1.7.2

Toggle 1.7.2's commit message
Added configuration option and documentation for onload-attribute of …

…script-tag

Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>