diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/brotli_compression | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/brotli_compression')
-rw-r--r-- | files/ja/glossary/brotli_compression/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ja/glossary/brotli_compression/index.html b/files/ja/glossary/brotli_compression/index.html new file mode 100644 index 0000000000..e03602d8b3 --- /dev/null +++ b/files/ja/glossary/brotli_compression/index.html @@ -0,0 +1,31 @@ +--- +title: Brotli +slug: Glossary/brotli_compression +tags: + - Brotli + - Glossary + - Reference + - Web Performance + - compression +translation_of: Glossary/brotli_compression +--- +<p><span class="seoSummary"><strong>Brotli</strong> は、汎用の可逆圧縮アルゴリズムです。</span> LZ77 アルゴリズムのモダンバリアント、ハフマン符号、2次コンテキストモデリングの組み合わせを使用してデータを圧縮し、現在利用可能な最良の汎用圧縮方法に匹敵する圧縮率を提供します。Brotli は <a href="/en-US/docs/Glossary/GZip_compression">gzip</a> よりも優れた圧縮率を提供し、収縮速度は同等ですが、 brotli 圧縮は Gzip 圧縮よりも処理が遅いため、<a href="/ja/docs/Glossary/Cache">キャッシュ</a> できないコンテンツの圧縮には gzip の方が適している場合があります。</p> + +<p>Brotli は最新のほとんどのブラウザーと互換性がありますが、フォールバックを検討することをお勧めします。</p> + +<h2 id="関連項目">関連項目</h2> + +<ul> + <li><a href="https://brotli.org/">brotli.org</a></li> + <li><a href="https://github.com/google/brotli">Brotli Github repository</a></li> + <li><a href="https://en.wikipedia.org/wiki/Brotli">Brotli on Wikipedia</a></li> + <li><a href="https://caniuse.com/#feat=brotli">Brotli on Caniuse</a></li> +</ul> + +<section class="Quick_links" id="Quick_Links"> +<ul> + <li> + <details open><summary></summary> {{ListSubpages("/en-US/docs/Glossary")}}</details> + </li> +</ul> +</section> |