Skip to content

Commit

Permalink
Added new logo
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>
  • Loading branch information
Schepp committed Nov 10, 2010
1 parent 5085fc8 commit bd9b477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -11,7 +11,7 @@ CSS-JS-Booster is a PHP-script that tries to automate as many performance
optimizing steps related to CSS and JS embedding as possible.

For CSS these steps are:
* combine multiple CSS-files resulting in HTTP-requests going down
* combine multiple CSS-files resulting in number of HTTP-requests going down
* minify CSS
* Embed any CSS-images smaller 24KB as data-URI or MHTML (for IE <= 7)
* Split the output back into 2 even files that can load in parallel (not for WP)
Expand All @@ -20,7 +20,7 @@ For CSS these steps are:
* If IE6: Issue a JS-command to fix background image caching behaviour

For JS these steps are:
* combine multiple JS-files resulting in HTTP-requests going down
* combine multiple JS-files resulting in number of HTTP-requests going down
* Minify the JS through the Google Closure Compiler Webservice, or JSMin as fallback (not for WP)
* GZIP-compress the resulting JS
* Have browsers cache the result as long as it remains unchanged
Expand Down

0 comments on commit bd9b477

Please sign in to comment.