Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (45)
V5.01 (21)
V5.10 (15)
V5.20 (31)
V5.30 (16)
V5.31 (1)
V5.32 (4)
 
 How to insert these widgets?

      7. FAQ
          7.7. Site building
 7.7.2. FAQ : Weight of generated HTML pages

How can I get lighter HTML pages at build time ?

If you encode your pages with iso-8859-1 charset (Western Europe), the size of generated HTML files will be the half of other charset encodings  (Unicode, except UTF-8, where each character is 2 byte encoded).

If you use the UTF-8 encoding (better and suitable for almost all languages), the size of generated HTML files will be optimized (ASCII characters are 1 byte encoded, others are 2 byte, 3, 4 or more byte encoded...).