|
@@ -231,6 +231,29 @@
|
|
|
page</p>
|
|
page</p>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
+ <p>Stylesheets</p>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="option">compress CSS content</span>
|
|
|
|
|
+ <p>Check this option to minify CSS stylesheets. This the size of the file without altering the document.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p class="notice">It is recommended to <u>check</u> this option</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="option">remove unused styles</span>
|
|
|
|
|
+ <p>Check this option to remove all CSS rules and styles that do not match any element. Checking this option
|
|
|
|
|
+ will not alter the document and can considerably reduce the size of the file. Checking this option will
|
|
|
|
|
+ also increase the CPU consumption and the time needed to save a page.</p>
|
|
|
|
|
+ <p class="notice">It is recommended to <u>check</u> this option</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="option">remove stylesheets for alternative devices to screens</span>
|
|
|
|
|
+ <p>Check this option to remove stylesheets that are not used for the screen display like stylesheets for print
|
|
|
|
|
+ preview and speech synthesizers. Checking this this option can help to reduce the size of the file.</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
<p>Images</p>
|
|
<p>Images</p>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>
|
|
<li>
|
|
@@ -263,42 +286,19 @@
|
|
|
by default. Checking this this option can considerably reduce the size of the file in some cases.</p>
|
|
by default. Checking this this option can considerably reduce the size of the file in some cases.</p>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
- <p>Stylesheets</p>
|
|
|
|
|
|
|
+ <p>Fonts</p>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">compress CSS content</span>
|
|
|
|
|
- <p>Check this option to minify CSS stylesheets. This the size of the file without altering the
|
|
|
|
|
- document.
|
|
|
|
|
- It also prevents images from being saved several times by using CSS variables.
|
|
|
|
|
- </p>
|
|
|
|
|
- <p class="notice">It is recommended to
|
|
|
|
|
- <u>check</u> this option</p>
|
|
|
|
|
|
|
+ <span class="option">remove unused fonts</span>
|
|
|
|
|
+ <p>Check this option to remove all Fonts rules that do not match any content. Checking this option should not
|
|
|
|
|
+ alter the document and can considerably reduce the size of the file.</p>
|
|
|
|
|
+ <p class="notice">It is recommended to <u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
-
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">remove unused styles</span>
|
|
|
|
|
- <p>Check this option to remove all CSS rules and styles that do not match any element. Checking this option
|
|
|
|
|
- should
|
|
|
|
|
- not alter the document and can considerably reduce the size of the file. Checking this option may
|
|
|
|
|
- also
|
|
|
|
|
- increase the CPU consumption and the time needed to save a page.</p>
|
|
|
|
|
- <p class="notice">It is recommended to
|
|
|
|
|
- <u>check</u> this option</p>
|
|
|
|
|
- </li>
|
|
|
|
|
-
|
|
|
|
|
- <li>
|
|
|
|
|
- <span class="option">remove alternative fonts to woff/otf and unused fonts</span>
|
|
|
|
|
- <p>Check this option to remove fonts that are alternatives to the Web Open Font or OpenType formats, and CSS
|
|
|
|
|
- fonts that are not used. Checking this this option should not alter the document and can considerably reduce the
|
|
|
|
|
- size of the file.</p>
|
|
|
|
|
- <p class="notice">It is recommended to
|
|
|
|
|
- <u>check</u> this option</p>
|
|
|
|
|
- </li>
|
|
|
|
|
-
|
|
|
|
|
- <li>
|
|
|
|
|
- <span class="option">remove stylesheets for alternative devices to screens</span>
|
|
|
|
|
- <p>Check this option to remove stylesheets that are not used for the screen display like stylesheets for print
|
|
|
|
|
- preview and speech synthesizers. Checking this this option can help to reduce the size of the file.</p>
|
|
|
|
|
|
|
+ <span class="option">remove alternative fonts</span>
|
|
|
|
|
+ <p>Check this option to remove fonts that are alternatives to the ones used. Checking this this option should not
|
|
|
|
|
+ alter the document and can considerably reduce the size of the file.</p>
|
|
|
|
|
+ <p class="notice">It is recommended to <u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
<p>Other resources</p>
|
|
<p>Other resources</p>
|