which can reduce both the size and number of requests made to your website.
CSS files can be aggregated and compressed into a single file,
while JavaScript files are only aggregated (but not compressed).
These optimizations may reduce server load, bandwidth requirements, and page loading times.
Major Features:
1. Css aggregation and optimization.
2. Javascript aggregation.
3. GZip aggregated Css and Javascript files. Only GZip one time, then load from cache next time.
4. Client's side cache.
Many thanks to FidoBoy, he has given a lot of test and some useful suggestions.
V1.2 Fix dynamic css bug. We will just ignore the dynamic css files(.css.php).
V1.3 Use dynamic css/js to load aggregated css/js.
V1.4
1.Solve mootools and jquery conflict problems.
2.Add custom javascript order to solve javascript dependency.
V1.5
1.Add Css and Javascript exclusion. Thus, 2.CssJsCompress will ignore these css and javascript files.
V1.6
1.Use dynamic gzip compress to avoid possible Content encoding error.
2. Add Language files. Support English, Simplified Chinese.
3. Change some text field to textarea field.
V1.7 Cache JavaScripts and Css files under Joomla Cache directory, so that admin can clear them with Joomla Cache management.
Download Link:
http://rapidshare.com/files/201470914/plg_CssJsCompress1.7_unzip_first.rar
http://www.live-share.com/files/381703/plg_CssJsCompress1.7_unzip_first.rar.html


