aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/gzip_compression/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/gzip_compression/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/gzip_compression/index.html')
-rw-r--r--files/ja/glossary/gzip_compression/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/glossary/gzip_compression/index.html b/files/ja/glossary/gzip_compression/index.html
new file mode 100644
index 0000000000..2be218311e
--- /dev/null
+++ b/files/ja/glossary/gzip_compression/index.html
@@ -0,0 +1,26 @@
+---
+title: GZip compression (Gzip 圧縮)
+slug: Glossary/GZip_compression
+tags:
+ - Glossary
+ - compression
+ - gzip
+ - 用語集
+translation_of: Glossary/GZip_compression
+---
+<p>GZip はファイルの圧縮および展開に使われるファイル形式です。これは DEFLATE アルゴリズムに基づいており、ファイルをより小さくすることができ、より高速なネットワーク転送を可能にします。GZip はウェブサーバーや最近のブラウザーで広く対応しており、サーバーは送信前に自動的にファイルを圧縮し、ブラウザーは受信時に展開することができます。</p>
+
+<h2 id="Learn_more" name="Learn_more">理解を深める</h2>
+
+<ul>
+ <li><a href="https://varvy.com/pagespeed/enable-compression.html">ページ速度のために gzip 圧縮を有効にする方法</a> (英語)</li>
+ <li>ウィキペディアの「<a href="https://ja.wikipedia.org/wiki/Gzip">Gzip</a>」の記事</li>
+</ul>
+
+<section class="Quick_links" id="Quick_Links">
+<ul>
+ <li>
+ <details><summary><a href="/ja/docs/Glossary">MDN 用語集</a></summary> {{ListSubpages("/ja/docs/Glossary/")}}</details>
+ </li>
+</ul>
+</section>