File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CSS-JS-Booster is a PHP-script that tries to automate as many performance
11
11
optimizing steps related to CSS and JS embedding as possible.
12
12
13
13
For CSS these steps are:
14
- * combine multiple CSS-files resulting in HTTP-requests going down
14
+ * combine multiple CSS-files resulting in number of HTTP-requests going down
15
15
* minify CSS
16
16
* Embed any CSS-images smaller 24KB as data-URI or MHTML (for IE <= 7)
17
17
* Split the output back into 2 even files that can load in parallel (not for WP)
@@ -20,7 +20,7 @@ For CSS these steps are:
20
20
* If IE6: Issue a JS-command to fix background image caching behaviour
21
21
22
22
For JS these steps are:
23
- * combine multiple JS-files resulting in HTTP-requests going down
23
+ * combine multiple JS-files resulting in number of HTTP-requests going down
24
24
* Minify the JS through the Google Closure Compiler Webservice, or JSMin as fallback (not for WP)
25
25
* GZIP-compress the resulting JS
26
26
* Have browsers cache the result as long as it remains unchanged
You can’t perform that action at this time.
0 commit comments