Forráskód Böngészése

Mention hosts that support on-the-fly compression in Exporting for the Web

Hugo Locurcio 4 éve
szülő
commit
5469ac45d3
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      tutorials/export/exporting_for_web.rst

+ 5 - 0
tutorials/export/exporting_for_web.rst

@@ -167,6 +167,11 @@ the ``.pck`` and ``.wasm`` files, which are usually large in size.
 The WebAssembly module compresses particularly well, down to around a quarter
 of its original size with gzip compression.
 
+**Hosts that provide on-the-fly compression:** GitHub Pages (gzip)
+
+**Hosts that don't provide on-the-fly compression:** itch.io, GitLab Pages
+(`supports manual gzip precompression <https://webd97.de/post/gitlab-pages-compression/>`__
+
 Export options
 --------------